#CAE980

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

Shades of Sulu #CAE980

Tints of Sulu #CAE980

Color information

#CAE980 (or 0xCAE980) is unknown color: approx Sulu. HEX triplet: CA, E9 and 80. RGB value is (202,233,128). Sum of RGB (Red+Green+Blue) = 202+233+128=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE980 is #35167F. Grayscale: #D4D4D4. Windows color (decimal): -3479168 or 8448458. OLE color: 8448458.

HSL color Cylindrical-coordinate representation of color #CAE980: hue angle of 77.71º 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 #CAE980 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB202233128-
CMYK0.1300.450.09
HSL77.71º70.47%70.78%-
HSV(B)77.71º45.06%91.37%-
XYZ57.3972.3931.37-
YUV211.7680.73121.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=35.88%
G=41.39%
B=22.74%

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
Decimal2022331280.1300.450.0977.7170.4770.78
HexCAE980D02D94e4647
Octal3123512001505511116106107
Binary110010101110100110000000110101011011001100111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE980; }

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

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

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

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

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

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

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

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