#72C885

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

Shades of De York #72C885

Tints of De York #72C885

Color information

#72C885 (or 0x72C885) is unknown color: approx De York. HEX triplet: 72, C8 and 85. RGB value is (114,200,133). Sum of RGB (Red+Green+Blue) = 114+200+133=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #72C885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C885 is #8D377A. Grayscale: #A6A6A6. Windows color (decimal): -9254779 or 8767602. OLE color: 8767602.

HSL color Cylindrical-coordinate representation of color #72C885: hue angle of 133.26º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C885 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB114200133-
CMYK0.4300.340.22
HSL133.26º43.88%61.57%-
HSV(B)133.26º43%78.43%-
XYZ31.8346.5829.5-
YUV166.65109.0190.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=25.50%
G=44.74%
B=29.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1142001330.4300.340.22133.2643.8861.57
Hex72C8852B02216852c3e
Octal16231020553042262055476
Binary1110010110010001000010110101101000101011010000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,200,133); }

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

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

 a { background-color: rgb(114,200,133); }

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

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

 span { border-color: rgb(114,200,133); }

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