Shades of Reef #CDFF9A
Tints of Reef #CDFF9A
RGB
CMYK
RGB Variations
Color information
#CDFF9A (or 0xCDFF9A) is known color: Reef. HEX triplet: CD, FF and 9A. RGB value is (205,255,154). Sum of RGB (Red+Green+Blue) = 205+255+154=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF9A is #320065. Grayscale: #E4E4E4. Windows color (decimal): -3276902 or 10158029. OLE color: 10158029.
HSL color Cylindrical-coordinate representation of color #CDFF9A: hue angle of 89.7º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDFF9A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 154 | - |
| CMYK | 0.20 | 0 | 0.40 | 0 |
| HSL | 89.7º | 1% | 0.8% | - |
| HSV(B) | 89.7º | 0.4% | 1% | - |
| XYZ | 66.77 | 86.83 | 43.81 | - |
| YUV | 228.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 154 | 0.20 | 0 | 0.40 | 0 | 89.7 | 1 | 0.8 |
| Hex | CD | FF | 9A | 14 | 0 | 28 | 0 | 5A | 64 | 50 |
| Octal | 315 | 377 | 232 | 24 | 0 | 50 | 0 | 132 | 144 | 120 |
| Binary | 11001101 | 11111111 | 10011010 | 10100 | 0 | 101000 | 0 | 1011010 | 1100100 | 1010000 |
Color Harmonies of #CDFF9A
Complementary color
Monochromatic Colors of #CDFF9A
Black with #CDFF9A
Text Example
Text Example
White with #CDFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF9A; }
p { color: rgb(205,255,154); }
H1.HeaderClassName
{
color: #CDFF9A;
}
.AnyTagClassName
{
color: #CDFF9A;
}
</style>
background-color css
<style>
a { background-color: #CDFF9A; }
a { background-color: rgb(205,255,154); }
div.DivClassName
{
background-color: #CDFF9A;
}
.BgClassName
{
background-color: #CDFF9A;
}
</style>
border-color css
<style>
span { border-color: #CDFF9A; }
span { border-color: rgb(205,255,154); }
td.TdClassName
{
border-color: #CDFF9A;
}
.TagClassName
{
border-color: #CDFF9A;
}
</style>