#CAEA81

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

Shades of Sulu #CAEA81

Tints of Sulu #CAEA81

Color information

#CAEA81 (or 0xCAEA81) is unknown color: approx Sulu. HEX triplet: CA, EA and 81. RGB value is (202,234,129). Sum of RGB (Red+Green+Blue) = 202+234+129=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEA81 is #35157E. Grayscale: #D4D4D4. Windows color (decimal): -3478911 or 8514250. OLE color: 8514250.

HSL color Cylindrical-coordinate representation of color #CAEA81: hue angle of 78.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAEA81 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB202234129-
CMYK0.1400.450.08
HSL78.29º71.43%71.18%-
HSV(B)78.29º44.87%91.76%-
XYZ57.7472.9931.81-
YUV212.4680.9120.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 129 (50.78% from 255) = 22.83%
R=35.75%
G=41.42%
B=22.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341290.1400.450.0878.2971.4371.18
HexCAEA81E02D84e4747
Octal3123522011605510116107107
Binary110010101110101010000001111001011011000100111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEA81; }

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

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

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

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

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

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

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

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