#72C381

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

Shades of De York #72C381

Tints of De York #72C381

Color information

#72C381 (or 0x72C381) is unknown color: approx De York. HEX triplet: 72, C3 and 81. RGB value is (114,195,129). Sum of RGB (Red+Green+Blue) = 114+195+129=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #72C381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C381 is #8D3C7E. Grayscale: #A3A3A3. Windows color (decimal): -9256063 or 8504178. OLE color: 8504178.

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

Color convert

RGB114195129-
CMYK0.4200.340.24
HSL131.11º40.3%60.59%-
HSV(B)131.11º41.54%76.47%-
XYZ30.4244.1927.7-
YUV163.26108.6692.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=26.03%
G=44.52%
B=29.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141951290.4200.340.24131.1140.360.59
Hex72C3812A0221883283d
Octal16230320152042302035075
Binary1110010110000111000000110101001000101100010000011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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