Shades of Reef #CDF88D
Tints of Reef #CDF88D
RGB
CMYK
RGB Variations
Color information
#CDF88D (or 0xCDF88D) is known color: Reef. HEX triplet: CD, F8 and 8D. RGB value is (205,248,141). Sum of RGB (Red+Green+Blue) = 205+248+141=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF88D is #320772. Grayscale: #DFDFDF. Windows color (decimal): -3278707 or 9304269. OLE color: 9304269.
HSL color Cylindrical-coordinate representation of color #CDF88D: hue angle of 84.11º degrees, saturation: 0.88, 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 #CDF88D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 141 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.03 |
| HSL | 84.11º | 0.88% | 0.76% | - |
| HSV(B) | 84.11º | 0.43% | 0.97% | - |
| XYZ | 63.55 | 82.04 | 37.68 | - |
| YUV | 222.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 141 | 0.17 | 0 | 0.43 | 0.03 | 84.11 | 0.88 | 0.76 |
| Hex | CD | F8 | 8D | 11 | 0 | 2B | 3 | 54 | 58 | 4C |
| Octal | 315 | 370 | 215 | 21 | 0 | 53 | 3 | 124 | 130 | 114 |
| Binary | 11001101 | 11111000 | 10001101 | 10001 | 0 | 101011 | 11 | 1010100 | 1011000 | 1001100 |
Color Harmonies of #CDF88D
Complementary color
Monochromatic Colors of #CDF88D
Black with #CDF88D
Text Example
Text Example
White with #CDF88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF88D; }
p { color: rgb(205,248,141); }
H1.HeaderClassName
{
color: #CDF88D;
}
.AnyTagClassName
{
color: #CDF88D;
}
</style>
background-color css
<style>
a { background-color: #CDF88D; }
a { background-color: rgb(205,248,141); }
div.DivClassName
{
background-color: #CDF88D;
}
.BgClassName
{
background-color: #CDF88D;
}
</style>
border-color css
<style>
span { border-color: #CDF88D; }
span { border-color: rgb(205,248,141); }
td.TdClassName
{
border-color: #CDF88D;
}
.TagClassName
{
border-color: #CDF88D;
}
</style>