#CAE87D

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

Shades of Sulu #CAE87D

Tints of Sulu #CAE87D

Color information

#CAE87D (or 0xCAE87D) is unknown color: approx Sulu. HEX triplet: CA, E8 and 7D. RGB value is (202,232,125). Sum of RGB (Red+Green+Blue) = 202+232+125=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE87D is #351782. Grayscale: #D3D3D3. Windows color (decimal): -3479427 or 8251594. OLE color: 8251594.

HSL color Cylindrical-coordinate representation of color #CAE87D: hue angle of 76.82º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAE87D is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB202232125-
CMYK0.1300.460.09
HSL76.82º69.93%70%-
HSV(B)76.82º46.12%90.98%-
XYZ56.9271.7530.25-
YUV210.8379.56121.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 232 (91.02% from 255) = 41.50%
BLUE value IS 125 (49.22% from 255) = 22.36%
R=36.14%
G=41.50%
B=22.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321250.1300.460.0976.8269.9370
HexCAE87DD02E94d4646
Octal3123501751505611115106106
Binary11001010111010001111101110101011101001100110110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE87D; }

 p { color: rgb(202,232,125); }

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

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

 a { background-color: rgb(202,232,125); }

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

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

 span { border-color: rgb(202,232,125); }

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