Shades of Reef #CCFF9A
Tints of Reef #CCFF9A
RGB
CMYK
RGB Variations
Color information
#CCFF9A (or 0xCCFF9A) is known color: Reef. HEX triplet: CC, FF and 9A. RGB value is (204,255,154). Sum of RGB (Red+Green+Blue) = 204+255+154=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF9A is #330065. Grayscale: #E4E4E4. Windows color (decimal): -3342438 or 10158028. OLE color: 10158028.
HSL color Cylindrical-coordinate representation of color #CCFF9A: hue angle of 90.3º 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 #CCFF9A is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 255 | 154 | - |
CMYK | 0.2 | 0 | 0.40 | 0 |
HSL | 90.3º | 1% | 0.8% | - |
HSV(B) | 90.3º | 0.4% | 1% | - |
XYZ | 66.49 | 86.69 | 43.8 | - |
YUV | 228.24 | 86.1 | 110.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 255 | 154 | 0.2 | 0 | 0.40 | 0 | 90.3 | 1 | 0.8 |
Hex | CC | FF | 9A | 14 | 0 | 28 | 0 | 5A | 64 | 50 |
Octal | 314 | 377 | 232 | 24 | 0 | 50 | 0 | 132 | 144 | 120 |
Binary | 11001100 | 11111111 | 10011010 | 10100 | 0 | 101000 | 0 | 1011010 | 1100100 | 1010000 |
Color Harmonies of #CCFF9A
Complementary color
Monochromatic Colors of #CCFF9A
Black with #CCFF9A
Text Example
Text Example
White with #CCFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF9A; }
p { color: rgb(204,255,154); }
H1.HeaderClassName
{
color: #CCFF9A;
}
.AnyTagClassName
{
color: #CCFF9A;
}
</style>
background-color css
<style>
a { background-color: #CCFF9A; }
a { background-color: rgb(204,255,154); }
div.DivClassName
{
background-color: #CCFF9A;
}
.BgClassName
{
background-color: #CCFF9A;
}
</style>
border-color css
<style>
span { border-color: #CCFF9A; }
span { border-color: rgb(204,255,154); }
td.TdClassName
{
border-color: #CCFF9A;
}
.TagClassName
{
border-color: #CCFF9A;
}
</style>