#CAE981

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

Shades of Sulu #CAE981

Tints of Sulu #CAE981

Color information

#CAE981 (or 0xCAE981) is unknown color: approx Sulu. HEX triplet: CA, E9 and 81. RGB value is (202,233,129). Sum of RGB (Red+Green+Blue) = 202+233+129=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE981 is #35167E. Grayscale: #D4D4D4. Windows color (decimal): -3479167 or 8513994. OLE color: 8513994.

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

Color convert

RGB202233129-
CMYK0.1300.450.09
HSL77.88º70.27%70.98%-
HSV(B)77.88º44.64%91.37%-
XYZ57.4672.4231.72-
YUV211.8781.23120.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 233 (91.41% from 255) = 41.31%
BLUE value IS 129 (50.78% from 255) = 22.87%
R=35.82%
G=41.31%
B=22.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331290.1300.450.0977.8870.2770.98
HexCAE981D02D94e4647
Octal3123512011505511116106107
Binary110010101110100110000001110101011011001100111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE981; }

 p { color: rgb(202,233,129); }

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

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

 a { background-color: rgb(202,233,129); }

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

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

 span { border-color: rgb(202,233,129); }

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