#CAE582

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

Shades of Sulu #CAE582

Tints of Sulu #CAE582

Color information

#CAE582 (or 0xCAE582) is unknown color: approx Sulu. HEX triplet: CA, E5 and 82. RGB value is (202,229,130). Sum of RGB (Red+Green+Blue) = 202+229+130=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE582 is #351A7D. Grayscale: #D2D2D2. Windows color (decimal): -3480190 or 8578506. OLE color: 8578506.

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

Color convert

RGB202229130-
CMYK0.1200.430.10
HSL76.36º65.56%70.39%-
HSV(B)76.36º43.23%89.8%-
XYZ56.4170.2131.7-
YUV209.6483.05122.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 229 (89.84% from 255) = 40.82%
BLUE value IS 130 (51.17% from 255) = 23.17%
R=36.01%
G=40.82%
B=23.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291300.1200.430.1076.3665.5670.39
HexCAE582C02BA4c4246
Octal3123452021405312114102106
Binary110010101110010110000010110001010111010100110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE582; }

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

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

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

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

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

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

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

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