Shades of Reef #CCFF9D
Tints of Reef #CCFF9D
RGB
CMYK
RGB Variations
Color information
#CCFF9D (or 0xCCFF9D) is known color: Reef. HEX triplet: CC, FF and 9D. RGB value is (204,255,157). Sum of RGB (Red+Green+Blue) = 204+255+157=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF9D is #330062. Grayscale: #E4E4E4. Windows color (decimal): -3342435 or 10354636. OLE color: 10354636.
HSL color Cylindrical-coordinate representation of color #CCFF9D: hue angle of 91.22º 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 #CCFF9D is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 157 | - |
| CMYK | 0.2 | 0 | 0.38 | 0 |
| HSL | 91.22º | 1% | 0.81% | - |
| HSV(B) | 91.22º | 0.38% | 1% | - |
| XYZ | 66.75 | 86.79 | 45.13 | - |
| YUV | 228.58 | 87.6 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 157 | 0.2 | 0 | 0.38 | 0 | 91.22 | 1 | 0.81 |
| Hex | CC | FF | 9D | 14 | 0 | 26 | 0 | 5B | 64 | 51 |
| Octal | 314 | 377 | 235 | 24 | 0 | 46 | 0 | 133 | 144 | 121 |
| Binary | 11001100 | 11111111 | 10011101 | 10100 | 0 | 100110 | 0 | 1011011 | 1100100 | 1010001 |
Color Harmonies of #CCFF9D
Complementary color
Monochromatic Colors of #CCFF9D
Black with #CCFF9D
Text Example
Text Example
White with #CCFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF9D; }
p { color: rgb(204,255,157); }
H1.HeaderClassName
{
color: #CCFF9D;
}
.AnyTagClassName
{
color: #CCFF9D;
}
</style>
background-color css
<style>
a { background-color: #CCFF9D; }
a { background-color: rgb(204,255,157); }
div.DivClassName
{
background-color: #CCFF9D;
}
.BgClassName
{
background-color: #CCFF9D;
}
</style>
border-color css
<style>
span { border-color: #CCFF9D; }
span { border-color: rgb(204,255,157); }
td.TdClassName
{
border-color: #CCFF9D;
}
.TagClassName
{
border-color: #CCFF9D;
}
</style>