#CAED85

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

Shades of Sulu #CAED85

Tints of Sulu #CAED85

Color information

#CAED85 (or 0xCAED85) is unknown color: approx Sulu. HEX triplet: CA, ED and 85. RGB value is (202,237,133). Sum of RGB (Red+Green+Blue) = 202+237+133=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #CAED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAED85 is #35127A. Grayscale: #D7D7D7. Windows color (decimal): -3478139 or 8777162. OLE color: 8777162.

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

Color convert

RGB202237133-
CMYK0.1500.440.07
HSL80.19º74.29%72.55%-
HSV(B)80.19º43.88%92.94%-
XYZ58.8774.8233.53-
YUV214.6881.9118.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 133 (52.34% from 255) = 23.25%
R=35.31%
G=41.43%
B=23.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371330.1500.440.0780.1974.2972.55
HexCAED85F02C7504a49
Octal312355205170547120112111
Binary11001010111011011000010111110101100111101000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAED85; }

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

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

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

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

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

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

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

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