Shades of Reef #CCF79B
Tints of Reef #CCF79B
RGB
CMYK
RGB Variations
Color information
#CCF79B (or 0xCCF79B) is known color: Reef. HEX triplet: CC, F7 and 9B. RGB value is (204,247,155). Sum of RGB (Red+Green+Blue) = 204+247+155=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF79B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF79B is #330864. Grayscale: #DFDFDF. Windows color (decimal): -3344485 or 10221516. OLE color: 10221516.
HSL color Cylindrical-coordinate representation of color #CCF79B: hue angle of 88.04º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF79B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 247 | 155 | - |
CMYK | 0.17 | 0 | 0.37 | 0.03 |
HSL | 88.04º | 0.85% | 0.79% | - |
HSV(B) | 88.04º | 0.37% | 0.97% | - |
XYZ | 64.08 | 81.73 | 43.41 | - |
YUV | 223.66 | 89.25 | 113.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 247 | 155 | 0.17 | 0 | 0.37 | 0.03 | 88.04 | 0.85 | 0.79 |
Hex | CC | F7 | 9B | 11 | 0 | 25 | 3 | 58 | 55 | 4F |
Octal | 314 | 367 | 233 | 21 | 0 | 45 | 3 | 130 | 125 | 117 |
Binary | 11001100 | 11110111 | 10011011 | 10001 | 0 | 100101 | 11 | 1011000 | 1010101 | 1001111 |
Color Harmonies of #CCF79B
Complementary color
Monochromatic Colors of #CCF79B
Black with #CCF79B
Text Example
Text Example
White with #CCF79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF79B; }
p { color: rgb(204,247,155); }
H1.HeaderClassName
{
color: #CCF79B;
}
.AnyTagClassName
{
color: #CCF79B;
}
</style>
background-color css
<style>
a { background-color: #CCF79B; }
a { background-color: rgb(204,247,155); }
div.DivClassName
{
background-color: #CCF79B;
}
.BgClassName
{
background-color: #CCF79B;
}
</style>
border-color css
<style>
span { border-color: #CCF79B; }
span { border-color: rgb(204,247,155); }
td.TdClassName
{
border-color: #CCF79B;
}
.TagClassName
{
border-color: #CCF79B;
}
</style>