#CAE882

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

Shades of Sulu #CAE882

Tints of Sulu #CAE882

Color information

#CAE882 (or 0xCAE882) is unknown color: approx Sulu. HEX triplet: CA, E8 and 82. RGB value is (202,232,130). Sum of RGB (Red+Green+Blue) = 202+232+130=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE882 is #35177D. Grayscale: #D3D3D3. Windows color (decimal): -3479422 or 8579274. OLE color: 8579274.

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

Color convert

RGB202232130-
CMYK0.1300.440.09
HSL77.65º68.92%70.98%-
HSV(B)77.65º43.97%90.98%-
XYZ57.2471.8831.98-
YUV211.482.06121.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 232 (91.02% from 255) = 41.13%
BLUE value IS 130 (51.17% from 255) = 23.05%
R=35.82%
G=41.13%
B=23.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321300.1300.440.0977.6568.9270.98
HexCAE882D02C94e4547
Octal3123502021505411116105107
Binary110010101110100010000010110101011001001100111010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE882; }

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

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

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

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

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

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

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

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