#CAE585

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

Shades of Sulu #CAE585

Tints of Sulu #CAE585

Color information

#CAE585 (or 0xCAE585) is unknown color: approx Sulu. HEX triplet: CA, E5 and 85. RGB value is (202,229,133). Sum of RGB (Red+Green+Blue) = 202+229+133=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE585 is #351A7A. Grayscale: #D2D2D2. Windows color (decimal): -3480187 or 8775114. OLE color: 8775114.

HSL color Cylindrical-coordinate representation of color #CAE585: hue angle of 76.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAE585 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB202229133-
CMYK0.1200.420.10
HSL76.88º64.86%70.98%-
HSV(B)76.88º41.92%89.8%-
XYZ56.6170.2932.77-
YUV209.9884.55122.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 229 (89.84% from 255) = 40.60%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=35.82%
G=40.60%
B=23.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291330.1200.420.1076.8864.8670.98
HexCAE585C02AA4d4147
Octal3123452051405212115101107
Binary110010101110010110000101110001010101010100110110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE585; }

 p { color: rgb(202,229,133); }

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

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

 a { background-color: rgb(202,229,133); }

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

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

 span { border-color: rgb(202,229,133); }

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