#CAE479

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

Shades of Sulu #CAE479

Tints of Sulu #CAE479

Color information

#CAE479 (or 0xCAE479) is unknown color: approx Sulu. HEX triplet: CA, E4 and 79. RGB value is (202,228,121). Sum of RGB (Red+Green+Blue) = 202+228+121=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE479 is #351B86. Grayscale: #D0D0D0. Windows color (decimal): -3480455 or 7988426. OLE color: 7988426.

HSL color Cylindrical-coordinate representation of color #CAE479: hue angle of 74.58º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAE479 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB202228121-
CMYK0.1100.470.11
HSL74.58º66.46%68.43%-
HSV(B)74.58º46.93%89.41%-
XYZ55.5569.4228.56-
YUV208.0378.89123.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 228 (89.45% from 255) = 41.38%
BLUE value IS 121 (47.66% from 255) = 21.96%
R=36.66%
G=41.38%
B=21.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281210.1100.470.1174.5866.4668.43
HexCAE479B02FB4b4244
Octal3123441711305713113102104
Binary11001010111001001111001101101011111011100101110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE479; }

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

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

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

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

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

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

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

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