#74C381

Color #74C381 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #74C381

Tints of De York #74C381

Color information

#74C381 (or 0x74C381) is unknown color: approx De York. HEX triplet: 74, C3 and 81. RGB value is (116,195,129). Sum of RGB (Red+Green+Blue) = 116+195+129=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #74C381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C381 is #8B3C7E. Grayscale: #A4A4A4. Windows color (decimal): -9124991 or 8504180. OLE color: 8504180.

HSL color Cylindrical-coordinate representation of color #74C381: hue angle of 129.87º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C381 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB116195129-
CMYK0.4100.340.24
HSL129.87º39.7%60.98%-
HSV(B)129.87º40.51%76.47%-
XYZ30.6844.3327.71-
YUV163.86108.3393.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 26.36%
GREEN value IS 195 (76.56% from 255) = 44.32%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=26.36%
G=44.32%
B=29.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161951290.4100.340.24129.8739.760.98
Hex74C381290221882283d
Octal16430320151042302025075
Binary1110100110000111000000110100101000101100010000010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C381; }

 p { color: rgb(116,195,129); }

 H1.HeaderClassName
 {
   color: #74C381;
 }
 .AnyTagClassName
 {
   color: #74C381;
 }
</style>
background-color css

<style>
 a { background-color: #74C381; }

 a { background-color: rgb(116,195,129); }

 div.DivClassName
 {
   background-color: #74C381;
 }
 .BgClassName
 {
   background-color: #74C381;
 }
</style>
border-color css

<style>
 span { border-color: #74C381; }

 span { border-color: rgb(116,195,129); }

 td.TdClassName
 {
   border-color: #74C381;
 }
 .TagClassName
 {
   border-color: #74C381;
 }
</style>