Shades of Reef #CDE095
Tints of Reef #CDE095
RGB
CMYK
RGB Variations
Color information
#CDE095 (or 0xCDE095) is known color: Reef. HEX triplet: CD, E0 and 95. RGB value is (205,224,149). Sum of RGB (Red+Green+Blue) = 205+224+149=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE095 is #321F6A. Grayscale: #D2D2D2. Windows color (decimal): -3284843 or 9822413. OLE color: 9822413.
HSL color Cylindrical-coordinate representation of color #CDE095: hue angle of 75.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDE095 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 149 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.12 |
| HSL | 75.2º | 0.55% | 0.73% | - |
| HSV(B) | 75.2º | 0.33% | 0.88% | - |
| XYZ | 57.26 | 68.46 | 38.63 | - |
| YUV | 209.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 149 | 0.08 | 0 | 0.33 | 0.12 | 75.2 | 0.55 | 0.73 |
| Hex | CD | E0 | 95 | 8 | 0 | 21 | C | 4B | 37 | 49 |
| Octal | 315 | 340 | 225 | 10 | 0 | 41 | 14 | 113 | 67 | 111 |
| Binary | 11001101 | 11100000 | 10010101 | 1000 | 0 | 100001 | 1100 | 1001011 | 110111 | 1001001 |
Color Harmonies of #CDE095
Complementary color
Monochromatic Colors of #CDE095
Black with #CDE095
Text Example
Text Example
White with #CDE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE095; }
p { color: rgb(205,224,149); }
H1.HeaderClassName
{
color: #CDE095;
}
.AnyTagClassName
{
color: #CDE095;
}
</style>
background-color css
<style>
a { background-color: #CDE095; }
a { background-color: rgb(205,224,149); }
div.DivClassName
{
background-color: #CDE095;
}
.BgClassName
{
background-color: #CDE095;
}
</style>
border-color css
<style>
span { border-color: #CDE095; }
span { border-color: rgb(205,224,149); }
td.TdClassName
{
border-color: #CDE095;
}
.TagClassName
{
border-color: #CDE095;
}
</style>