Shades of Reef #CDE195
Tints of Reef #CDE195
RGB
CMYK
RGB Variations
Color information
#CDE195 (or 0xCDE195) is known color: Reef. HEX triplet: CD, E1 and 95. RGB value is (205,225,149). Sum of RGB (Red+Green+Blue) = 205+225+149=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE195 is #321E6A. Grayscale: #D2D2D2. Windows color (decimal): -3284587 or 9822669. OLE color: 9822669.
HSL color Cylindrical-coordinate representation of color #CDE195: hue angle of 75.79º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDE195 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 149 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.12 |
| HSL | 75.79º | 0.56% | 0.73% | - |
| HSV(B) | 75.79º | 0.34% | 0.88% | - |
| XYZ | 57.53 | 69 | 38.72 | - |
| YUV | 210.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 149 | 0.09 | 0 | 0.34 | 0.12 | 75.79 | 0.56 | 0.73 |
| Hex | CD | E1 | 95 | 9 | 0 | 22 | C | 4C | 38 | 49 |
| Octal | 315 | 341 | 225 | 11 | 0 | 42 | 14 | 114 | 70 | 111 |
| Binary | 11001101 | 11100001 | 10010101 | 1001 | 0 | 100010 | 1100 | 1001100 | 111000 | 1001001 |
Color Harmonies of #CDE195
Complementary color
Monochromatic Colors of #CDE195
Black with #CDE195
Text Example
Text Example
White with #CDE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE195; }
p { color: rgb(205,225,149); }
H1.HeaderClassName
{
color: #CDE195;
}
.AnyTagClassName
{
color: #CDE195;
}
</style>
background-color css
<style>
a { background-color: #CDE195; }
a { background-color: rgb(205,225,149); }
div.DivClassName
{
background-color: #CDE195;
}
.BgClassName
{
background-color: #CDE195;
}
</style>
border-color css
<style>
span { border-color: #CDE195; }
span { border-color: rgb(205,225,149); }
td.TdClassName
{
border-color: #CDE195;
}
.TagClassName
{
border-color: #CDE195;
}
</style>