Shades of Reef #CADE9B
Tints of Reef #CADE9B
RGB
CMYK
RGB Variations
Color information
#CADE9B (or 0xCADE9B) is known color: Reef. HEX triplet: CA, DE and 9B. RGB value is (202,222,155). Sum of RGB (Red+Green+Blue) = 202+222+155=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADE9B is #352164. Grayscale: #D0D0D0. Windows color (decimal): -3481957 or 10215114. OLE color: 10215114.
HSL color Cylindrical-coordinate representation of color #CADE9B: hue angle of 77.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CADE9B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 155 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.13 |
| HSL | 77.91º | 0.5% | 0.74% | - |
| HSV(B) | 77.91º | 0.3% | 0.87% | - |
| XYZ | 56.39 | 67.17 | 41 | - |
| YUV | 208.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 155 | 0.09 | 0 | 0.30 | 0.13 | 77.91 | 0.5 | 0.74 |
| Hex | CA | DE | 9B | 9 | 0 | 1E | D | 4E | 32 | 4A |
| Octal | 312 | 336 | 233 | 11 | 0 | 36 | 15 | 116 | 62 | 112 |
| Binary | 11001010 | 11011110 | 10011011 | 1001 | 0 | 11110 | 1101 | 1001110 | 110010 | 1001010 |
Color Harmonies of #CADE9B
Complementary color
Monochromatic Colors of #CADE9B
Black with #CADE9B
Text Example
Text Example
White with #CADE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE9B; }
p { color: rgb(202,222,155); }
H1.HeaderClassName
{
color: #CADE9B;
}
.AnyTagClassName
{
color: #CADE9B;
}
</style>
background-color css
<style>
a { background-color: #CADE9B; }
a { background-color: rgb(202,222,155); }
div.DivClassName
{
background-color: #CADE9B;
}
.BgClassName
{
background-color: #CADE9B;
}
</style>
border-color css
<style>
span { border-color: #CADE9B; }
span { border-color: rgb(202,222,155); }
td.TdClassName
{
border-color: #CADE9B;
}
.TagClassName
{
border-color: #CADE9B;
}
</style>