Shades of Reef #CDFE99
Tints of Reef #CDFE99
RGB
CMYK
RGB Variations
Color information
#CDFE99 (or 0xCDFE99) is known color: Reef. HEX triplet: CD, FE and 99. RGB value is (205,254,153). Sum of RGB (Red+Green+Blue) = 205+254+153=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFE99 is #320166. Grayscale: #E4E4E4. Windows color (decimal): -3277159 or 10092237. OLE color: 10092237.
HSL color Cylindrical-coordinate representation of color #CDFE99: hue angle of 89.11º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDFE99 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 153 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.00 |
| HSL | 89.11º | 0.98% | 0.8% | - |
| HSV(B) | 89.11º | 0.4% | 1% | - |
| XYZ | 66.37 | 86.16 | 43.27 | - |
| YUV | 227.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 153 | 0.19 | 0 | 0.40 | 0.00 | 89.11 | 0.98 | 0.8 |
| Hex | CD | FE | 99 | 13 | 0 | 28 | 0 | 59 | 62 | 50 |
| Octal | 315 | 376 | 231 | 23 | 0 | 50 | 0 | 131 | 142 | 120 |
| Binary | 11001101 | 11111110 | 10011001 | 10011 | 0 | 101000 | 0 | 1011001 | 1100010 | 1010000 |
Color Harmonies of #CDFE99
Complementary color
Monochromatic Colors of #CDFE99
Black with #CDFE99
Text Example
Text Example
White with #CDFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE99; }
p { color: rgb(205,254,153); }
H1.HeaderClassName
{
color: #CDFE99;
}
.AnyTagClassName
{
color: #CDFE99;
}
</style>
background-color css
<style>
a { background-color: #CDFE99; }
a { background-color: rgb(205,254,153); }
div.DivClassName
{
background-color: #CDFE99;
}
.BgClassName
{
background-color: #CDFE99;
}
</style>
border-color css
<style>
span { border-color: #CDFE99; }
span { border-color: rgb(205,254,153); }
td.TdClassName
{
border-color: #CDFE99;
}
.TagClassName
{
border-color: #CDFE99;
}
</style>