#CAEA82

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

Shades of Sulu #CAEA82

Tints of Sulu #CAEA82

Color information

#CAEA82 (or 0xCAEA82) is unknown color: approx Sulu. HEX triplet: CA, EA and 82. RGB value is (202,234,130). Sum of RGB (Red+Green+Blue) = 202+234+130=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEA82 is #35157D. Grayscale: #D4D4D4. Windows color (decimal): -3478910 or 8579786. OLE color: 8579786.

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

Color convert

RGB202234130-
CMYK0.1400.440.08
HSL78.46º71.23%71.37%-
HSV(B)78.46º44.44%91.76%-
XYZ57.8173.0132.17-
YUV212.5881.4120.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 234 (91.80% from 255) = 41.34%
BLUE value IS 130 (51.17% from 255) = 22.97%
R=35.69%
G=41.34%
B=22.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341300.1400.440.0878.4671.2371.37
HexCAEA82E02C84e4747
Octal3123522021605410116107107
Binary110010101110101010000010111001011001000100111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEA82; }

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

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

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

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

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

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

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

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