Shades of Reef #CDF78E
Tints of Reef #CDF78E
RGB
CMYK
RGB Variations
Color information
#CDF78E (or 0xCDF78E) is known color: Reef. HEX triplet: CD, F7 and 8E. RGB value is (205,247,142). Sum of RGB (Red+Green+Blue) = 205+247+142=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF78E is #320871. Grayscale: #DEDEDE. Windows color (decimal): -3278962 or 9369549. OLE color: 9369549.
HSL color Cylindrical-coordinate representation of color #CDF78E: hue angle of 84º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDF78E is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 142 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.03 |
| HSL | 84º | 0.87% | 0.76% | - |
| HSV(B) | 84º | 0.43% | 0.97% | - |
| XYZ | 63.32 | 81.45 | 37.98 | - |
| YUV | 222.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 142 | 0.17 | 0 | 0.43 | 0.03 | 84 | 0.87 | 0.76 |
| Hex | CD | F7 | 8E | 11 | 0 | 2B | 3 | 54 | 57 | 4C |
| Octal | 315 | 367 | 216 | 21 | 0 | 53 | 3 | 124 | 127 | 114 |
| Binary | 11001101 | 11110111 | 10001110 | 10001 | 0 | 101011 | 11 | 1010100 | 1010111 | 1001100 |
Color Harmonies of #CDF78E
Complementary color
Monochromatic Colors of #CDF78E
Black with #CDF78E
Text Example
Text Example
White with #CDF78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF78E; }
p { color: rgb(205,247,142); }
H1.HeaderClassName
{
color: #CDF78E;
}
.AnyTagClassName
{
color: #CDF78E;
}
</style>
background-color css
<style>
a { background-color: #CDF78E; }
a { background-color: rgb(205,247,142); }
div.DivClassName
{
background-color: #CDF78E;
}
.BgClassName
{
background-color: #CDF78E;
}
</style>
border-color css
<style>
span { border-color: #CDF78E; }
span { border-color: rgb(205,247,142); }
td.TdClassName
{
border-color: #CDF78E;
}
.TagClassName
{
border-color: #CDF78E;
}
</style>