#CAE087

Color #CAE087 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CAE087

Tints of Sulu #CAE087

Color information

#CAE087 (or 0xCAE087) is unknown color: approx Sulu. HEX triplet: CA, E0 and 87. RGB value is (202,224,135). Sum of RGB (Red+Green+Blue) = 202+224+135=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE087 is #351F78. Grayscale: #CFCFCF. Windows color (decimal): -3481465 or 8904906. OLE color: 8904906.

HSL color Cylindrical-coordinate representation of color #CAE087: hue angle of 74.83º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAE087 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB202224135-
CMYK0.1000.400.12
HSL74.83º58.94%70.39%-
HSV(B)74.83º39.73%87.84%-
XYZ55.3967.6233.05-
YUV207.2887.21124.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 135 (53.12% from 255) = 24.06%
R=36.01%
G=39.93%
B=24.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241350.1000.400.1274.8358.9470.39
HexCAE087A028C4b3b46
Octal312340207120501411373106
Binary11001010111000001000011110100101000110010010111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE087; }

 p { color: rgb(202,224,135); }

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

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

 a { background-color: rgb(202,224,135); }

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

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

 span { border-color: rgb(202,224,135); }

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