Shades of Reef #CDF99D
Tints of Reef #CDF99D
RGB
CMYK
RGB Variations
Color information
#CDF99D (or 0xCDF99D) is known color: Reef. HEX triplet: CD, F9 and 9D. RGB value is (205,249,157). Sum of RGB (Red+Green+Blue) = 205+249+157=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF99D is #320662. Grayscale: #E1E1E1. Windows color (decimal): -3278435 or 10353101. OLE color: 10353101.
HSL color Cylindrical-coordinate representation of color #CDF99D: hue angle of 88.7º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDF99D is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 157 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.02 |
| HSL | 88.7º | 0.88% | 0.8% | - |
| HSV(B) | 88.7º | 0.37% | 0.98% | - |
| XYZ | 65.14 | 83.16 | 44.52 | - |
| YUV | 225.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 157 | 0.18 | 0 | 0.37 | 0.02 | 88.7 | 0.88 | 0.8 |
| Hex | CD | F9 | 9D | 12 | 0 | 25 | 2 | 59 | 58 | 50 |
| Octal | 315 | 371 | 235 | 22 | 0 | 45 | 2 | 131 | 130 | 120 |
| Binary | 11001101 | 11111001 | 10011101 | 10010 | 0 | 100101 | 10 | 1011001 | 1011000 | 1010000 |
Color Harmonies of #CDF99D
Complementary color
Monochromatic Colors of #CDF99D
Black with #CDF99D
Text Example
Text Example
White with #CDF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF99D; }
p { color: rgb(205,249,157); }
H1.HeaderClassName
{
color: #CDF99D;
}
.AnyTagClassName
{
color: #CDF99D;
}
</style>
background-color css
<style>
a { background-color: #CDF99D; }
a { background-color: rgb(205,249,157); }
div.DivClassName
{
background-color: #CDF99D;
}
.BgClassName
{
background-color: #CDF99D;
}
</style>
border-color css
<style>
span { border-color: #CDF99D; }
span { border-color: rgb(205,249,157); }
td.TdClassName
{
border-color: #CDF99D;
}
.TagClassName
{
border-color: #CDF99D;
}
</style>