#CADE95

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

Shades of Reef #CADE95

Tints of Reef #CADE95

Color information

#CADE95 (or 0xCADE95) is unknown color: approx Reef. HEX triplet: CA, DE and 95. RGB value is (202,222,149). Sum of RGB (Red+Green+Blue) = 202+222+149=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE95 is #35216A. Grayscale: #CFCFCF. Windows color (decimal): -3481963 or 9821898. OLE color: 9821898.

HSL color Cylindrical-coordinate representation of color #CADE95: hue angle of 76.44º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CADE95 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB202222149-
CMYK0.0900.330.13
HSL76.44º52.52%72.75%-
HSV(B)76.44º32.88%87.06%-
XYZ55.966.9738.41-
YUV207.794.87123.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=35.25%
G=38.74%
B=26.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221490.0900.330.1376.4452.5272.75
HexCADE959021D4c3549
Octal312336225110411511465111
Binary11001010110111101001010110010100001110110011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADE95; }

 p { color: rgb(202,222,149); }

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

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

 a { background-color: rgb(202,222,149); }

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

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

 span { border-color: rgb(202,222,149); }

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