Shades of Reef #CDFF9F
Tints of Reef #CDFF9F
RGB
CMYK
RGB Variations
Color information
#CDFF9F (or 0xCDFF9F) is known color: Reef. HEX triplet: CD, FF and 9F. RGB value is (205,255,159). Sum of RGB (Red+Green+Blue) = 205+255+159=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF9F is #320060. Grayscale: #E5E5E5. Windows color (decimal): -3276897 or 10485709. OLE color: 10485709.
HSL color Cylindrical-coordinate representation of color #CDFF9F: hue angle of 91.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDFF9F is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 159 | - |
| CMYK | 0.20 | 0 | 0.38 | 0 |
| HSL | 91.25º | 1% | 0.81% | - |
| HSV(B) | 91.25º | 0.38% | 1% | - |
| XYZ | 67.19 | 87 | 46.05 | - |
| YUV | 229.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 159 | 0.20 | 0 | 0.38 | 0 | 91.25 | 1 | 0.81 |
| Hex | CD | FF | 9F | 14 | 0 | 26 | 0 | 5B | 64 | 51 |
| Octal | 315 | 377 | 237 | 24 | 0 | 46 | 0 | 133 | 144 | 121 |
| Binary | 11001101 | 11111111 | 10011111 | 10100 | 0 | 100110 | 0 | 1011011 | 1100100 | 1010001 |
Color Harmonies of #CDFF9F
Complementary color
Monochromatic Colors of #CDFF9F
Black with #CDFF9F
Text Example
Text Example
White with #CDFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF9F; }
p { color: rgb(205,255,159); }
H1.HeaderClassName
{
color: #CDFF9F;
}
.AnyTagClassName
{
color: #CDFF9F;
}
</style>
background-color css
<style>
a { background-color: #CDFF9F; }
a { background-color: rgb(205,255,159); }
div.DivClassName
{
background-color: #CDFF9F;
}
.BgClassName
{
background-color: #CDFF9F;
}
</style>
border-color css
<style>
span { border-color: #CDFF9F; }
span { border-color: rgb(205,255,159); }
td.TdClassName
{
border-color: #CDFF9F;
}
.TagClassName
{
border-color: #CDFF9F;
}
</style>