Shades of Reef #CDE098
Tints of Reef #CDE098
RGB
CMYK
RGB Variations
Color information
#CDE098 (or 0xCDE098) is known color: Reef. HEX triplet: CD, E0 and 98. RGB value is (205,224,152). Sum of RGB (Red+Green+Blue) = 205+224+152=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE098 is #321F67. Grayscale: #D2D2D2. Windows color (decimal): -3284840 or 10019021. OLE color: 10019021.
HSL color Cylindrical-coordinate representation of color #CDE098: hue angle of 75.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE098 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 152 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.12 |
| HSL | 75.83º | 0.54% | 0.74% | - |
| HSV(B) | 75.83º | 0.32% | 0.88% | - |
| XYZ | 57.5 | 68.56 | 39.91 | - |
| YUV | 210.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 152 | 0.08 | 0 | 0.32 | 0.12 | 75.83 | 0.54 | 0.74 |
| Hex | CD | E0 | 98 | 8 | 0 | 20 | C | 4C | 36 | 4A |
| Octal | 315 | 340 | 230 | 10 | 0 | 40 | 14 | 114 | 66 | 112 |
| Binary | 11001101 | 11100000 | 10011000 | 1000 | 0 | 100000 | 1100 | 1001100 | 110110 | 1001010 |
Color Harmonies of #CDE098
Complementary color
Monochromatic Colors of #CDE098
Black with #CDE098
Text Example
Text Example
White with #CDE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE098; }
p { color: rgb(205,224,152); }
H1.HeaderClassName
{
color: #CDE098;
}
.AnyTagClassName
{
color: #CDE098;
}
</style>
background-color css
<style>
a { background-color: #CDE098; }
a { background-color: rgb(205,224,152); }
div.DivClassName
{
background-color: #CDE098;
}
.BgClassName
{
background-color: #CDE098;
}
</style>
border-color css
<style>
span { border-color: #CDE098; }
span { border-color: rgb(205,224,152); }
td.TdClassName
{
border-color: #CDE098;
}
.TagClassName
{
border-color: #CDE098;
}
</style>