#CAE584

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

Shades of Sulu #CAE584

Tints of Sulu #CAE584

Color information

#CAE584 (or 0xCAE584) is unknown color: approx Sulu. HEX triplet: CA, E5 and 84. RGB value is (202,229,132). Sum of RGB (Red+Green+Blue) = 202+229+132=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE584 is #351A7B. Grayscale: #D2D2D2. Windows color (decimal): -3480188 or 8709578. OLE color: 8709578.

HSL color Cylindrical-coordinate representation of color #CAE584: hue angle of 76.7º 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 #CAE584 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB202229132-
CMYK0.1200.420.10
HSL76.7º65.1%70.78%-
HSV(B)76.7º42.36%89.8%-
XYZ56.5470.2632.41-
YUV209.8784.05122.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 132 (51.95% from 255) = 23.45%
R=35.88%
G=40.67%
B=23.45%

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
Decimal2022291320.1200.420.1076.765.170.78
HexCAE584C02AA4d4147
Octal3123452041405212115101107
Binary110010101110010110000100110001010101010100110110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE584; }

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

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

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

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

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

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

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

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