#CAE979

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

Shades of Sulu #CAE979

Tints of Sulu #CAE979

Color information

#CAE979 (or 0xCAE979) is unknown color: approx Sulu. HEX triplet: CA, E9 and 79. RGB value is (202,233,121). Sum of RGB (Red+Green+Blue) = 202+233+121=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE979 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE979 is #351686. Grayscale: #D3D3D3. Windows color (decimal): -3479175 or 7989706. OLE color: 7989706.

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

Color convert

RGB202233121-
CMYK0.1300.480.09
HSL76.61º71.79%69.41%-
HSV(B)76.61º48.07%91.37%-
XYZ56.9572.2129.03-
YUV210.9677.23121.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 233 (91.41% from 255) = 41.91%
BLUE value IS 121 (47.66% from 255) = 21.76%
R=36.33%
G=41.91%
B=21.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331210.1300.480.0976.6171.7969.41
HexCAE979D03094d4845
Octal3123511711506011115110105
Binary11001010111010011111001110101100001001100110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE979; }

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

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

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

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

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

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

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

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