#CAEB80

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

Shades of Sulu #CAEB80

Tints of Sulu #CAEB80

Color information

#CAEB80 (or 0xCAEB80) is unknown color: approx Sulu. HEX triplet: CA, EB and 80. RGB value is (202,235,128). Sum of RGB (Red+Green+Blue) = 202+235+128=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB80 is #35147F. Grayscale: #D5D5D5. Windows color (decimal): -3478656 or 8448970. OLE color: 8448970.

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

Color convert

RGB202235128-
CMYK0.1400.460.08
HSL78.5º72.79%71.18%-
HSV(B)78.5º45.53%92.16%-
XYZ57.9673.5331.56-
YUV212.9480.07120.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=35.75%
G=41.59%
B=22.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351280.1400.460.0878.572.7971.18
HexCAEB80E02E84f4947
Octal3123532001605610117111107
Binary110010101110101110000000111001011101000100111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB80; }

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

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

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

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

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

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

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

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