Shades of Sulu #CCF76F
Tints of Sulu #CCF76F
RGB
CMYK
RGB Variations
Color information
#CCF76F (or 0xCCF76F) is known color: Sulu. HEX triplet: CC, F7 and 6F. RGB value is (204,247,111). Sum of RGB (Red+Green+Blue) = 204+247+111=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF76F is #330890. Grayscale: #DBDBDB. Windows color (decimal): -3344529 or 7337932. OLE color: 7337932.
HSL color Cylindrical-coordinate representation of color #CCF76F: hue angle of 78.97º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCF76F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 111 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.03 |
| HSL | 78.97º | 0.89% | 0.7% | - |
| HSV(B) | 78.97º | 0.55% | 0.97% | - |
| XYZ | 61.03 | 80.51 | 27.36 | - |
| YUV | 218.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 111 | 0.17 | 0 | 0.55 | 0.03 | 78.97 | 0.89 | 0.7 |
| Hex | CC | F7 | 6F | 11 | 0 | 37 | 3 | 4F | 59 | 46 |
| Octal | 314 | 367 | 157 | 21 | 0 | 67 | 3 | 117 | 131 | 106 |
| Binary | 11001100 | 11110111 | 1101111 | 10001 | 0 | 110111 | 11 | 1001111 | 1011001 | 1000110 |
Color Harmonies of #CCF76F
Complementary color
Monochromatic Colors of #CCF76F
Black with #CCF76F
Text Example
Text Example
White with #CCF76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF76F; }
p { color: rgb(204,247,111); }
H1.HeaderClassName
{
color: #CCF76F;
}
.AnyTagClassName
{
color: #CCF76F;
}
</style>
background-color css
<style>
a { background-color: #CCF76F; }
a { background-color: rgb(204,247,111); }
div.DivClassName
{
background-color: #CCF76F;
}
.BgClassName
{
background-color: #CCF76F;
}
</style>
border-color css
<style>
span { border-color: #CCF76F; }
span { border-color: rgb(204,247,111); }
td.TdClassName
{
border-color: #CCF76F;
}
.TagClassName
{
border-color: #CCF76F;
}
</style>