#CAED86

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

Shades of Sulu #CAED86

Tints of Sulu #CAED86

Color information

#CAED86 (or 0xCAED86) is unknown color: approx Sulu. HEX triplet: CA, ED and 86. RGB value is (202,237,134). Sum of RGB (Red+Green+Blue) = 202+237+134=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED86 is #351279. Grayscale: #D7D7D7. Windows color (decimal): -3478138 or 8842698. OLE color: 8842698.

HSL color Cylindrical-coordinate representation of color #CAED86: hue angle of 80.39º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAED86 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB202237134-
CMYK0.1500.430.07
HSL80.39º74.1%72.75%-
HSV(B)80.39º43.46%92.94%-
XYZ58.9474.8533.89-
YUV214.7982.4118.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 134 (52.73% from 255) = 23.39%
R=35.25%
G=41.36%
B=23.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371340.1500.430.0780.3974.172.75
HexCAED86F02B7504a49
Octal312355206170537120112111
Binary11001010111011011000011011110101011111101000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED86; }

 p { color: rgb(202,237,134); }

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

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

 a { background-color: rgb(202,237,134); }

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

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

 span { border-color: rgb(202,237,134); }

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