Shades of Reef #CDFF9C
Tints of Reef #CDFF9C
RGB
CMYK
RGB Variations
Color information
#CDFF9C (or 0xCDFF9C) is known color: Reef. HEX triplet: CD, FF and 9C. RGB value is (205,255,156). Sum of RGB (Red+Green+Blue) = 205+255+156=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFF9C is #320063. Grayscale: #E5E5E5. Windows color (decimal): -3276900 or 10289101. OLE color: 10289101.
HSL color Cylindrical-coordinate representation of color #CDFF9C: hue angle of 90.3º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDFF9C is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 156 | - |
| CMYK | 0.20 | 0 | 0.39 | 0 |
| HSL | 90.3º | 1% | 0.81% | - |
| HSV(B) | 90.3º | 0.39% | 1% | - |
| XYZ | 66.94 | 86.9 | 44.7 | - |
| YUV | 228.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 156 | 0.20 | 0 | 0.39 | 0 | 90.3 | 1 | 0.81 |
| Hex | CD | FF | 9C | 14 | 0 | 27 | 0 | 5A | 64 | 51 |
| Octal | 315 | 377 | 234 | 24 | 0 | 47 | 0 | 132 | 144 | 121 |
| Binary | 11001101 | 11111111 | 10011100 | 10100 | 0 | 100111 | 0 | 1011010 | 1100100 | 1010001 |
Color Harmonies of #CDFF9C
Complementary color
Monochromatic Colors of #CDFF9C
Black with #CDFF9C
Text Example
Text Example
White with #CDFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF9C; }
p { color: rgb(205,255,156); }
H1.HeaderClassName
{
color: #CDFF9C;
}
.AnyTagClassName
{
color: #CDFF9C;
}
</style>
background-color css
<style>
a { background-color: #CDFF9C; }
a { background-color: rgb(205,255,156); }
div.DivClassName
{
background-color: #CDFF9C;
}
.BgClassName
{
background-color: #CDFF9C;
}
</style>
border-color css
<style>
span { border-color: #CDFF9C; }
span { border-color: rgb(205,255,156); }
td.TdClassName
{
border-color: #CDFF9C;
}
.TagClassName
{
border-color: #CDFF9C;
}
</style>