Shades of Reef #CDF98E
Tints of Reef #CDF98E
RGB
CMYK
RGB Variations
Color information
#CDF98E (or 0xCDF98E) is known color: Reef. HEX triplet: CD, F9 and 8E. RGB value is (205,249,142). Sum of RGB (Red+Green+Blue) = 205+249+142=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF98E is #320671. Grayscale: #E0E0E0. Windows color (decimal): -3278450 or 9370061. OLE color: 9370061.
HSL color Cylindrical-coordinate representation of color #CDF98E: hue angle of 84.67º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDF98E is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 142 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.02 |
| HSL | 84.67º | 0.9% | 0.77% | - |
| HSV(B) | 84.67º | 0.43% | 0.98% | - |
| XYZ | 63.94 | 82.68 | 38.18 | - |
| YUV | 223.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 142 | 0.18 | 0 | 0.43 | 0.02 | 84.67 | 0.9 | 0.77 |
| Hex | CD | F9 | 8E | 12 | 0 | 2B | 2 | 55 | 5A | 4D |
| Octal | 315 | 371 | 216 | 22 | 0 | 53 | 2 | 125 | 132 | 115 |
| Binary | 11001101 | 11111001 | 10001110 | 10010 | 0 | 101011 | 10 | 1010101 | 1011010 | 1001101 |
Color Harmonies of #CDF98E
Complementary color
Monochromatic Colors of #CDF98E
Black with #CDF98E
Text Example
Text Example
White with #CDF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF98E; }
p { color: rgb(205,249,142); }
H1.HeaderClassName
{
color: #CDF98E;
}
.AnyTagClassName
{
color: #CDF98E;
}
</style>
background-color css
<style>
a { background-color: #CDF98E; }
a { background-color: rgb(205,249,142); }
div.DivClassName
{
background-color: #CDF98E;
}
.BgClassName
{
background-color: #CDF98E;
}
</style>
border-color css
<style>
span { border-color: #CDF98E; }
span { border-color: rgb(205,249,142); }
td.TdClassName
{
border-color: #CDF98E;
}
.TagClassName
{
border-color: #CDF98E;
}
</style>