#CAE488

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

Shades of Sulu #CAE488

Tints of Sulu #CAE488

Color information

#CAE488 (or 0xCAE488) is unknown color: approx Sulu. HEX triplet: CA, E4 and 88. RGB value is (202,228,136). Sum of RGB (Red+Green+Blue) = 202+228+136=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE488 is #351B77. Grayscale: #D2D2D2. Windows color (decimal): -3480440 or 8971466. OLE color: 8971466.

HSL color Cylindrical-coordinate representation of color #CAE488: hue angle of 76.96º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAE488 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB202228136-
CMYK0.1100.400.11
HSL76.96º63.01%71.37%-
HSV(B)76.96º40.35%89.41%-
XYZ56.5469.8233.79-
YUV209.7486.39122.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 228 (89.45% from 255) = 40.28%
BLUE value IS 136 (53.52% from 255) = 24.03%
R=35.69%
G=40.28%
B=24.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281360.1100.400.1176.9663.0171.37
HexCAE488B028B4d3f47
Octal312344210130501311577107
Binary11001010111001001000100010110101000101110011011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE488; }

 p { color: rgb(202,228,136); }

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

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

 a { background-color: rgb(202,228,136); }

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

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

 span { border-color: rgb(202,228,136); }

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