Shades of Sulu #CCF56F
Tints of Sulu #CCF56F
RGB
CMYK
RGB Variations
Color information
#CCF56F (or 0xCCF56F) is known color: Sulu. HEX triplet: CC, F5 and 6F. RGB value is (204,245,111). Sum of RGB (Red+Green+Blue) = 204+245+111=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF56F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF56F is #330A90. Grayscale: #D9D9D9. Windows color (decimal): -3345041 or 7337420. OLE color: 7337420.
HSL color Cylindrical-coordinate representation of color #CCF56F: hue angle of 78.36º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCF56F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 111 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.04 |
| HSL | 78.36º | 0.87% | 0.7% | - |
| HSV(B) | 78.36º | 0.55% | 0.96% | - |
| XYZ | 60.42 | 79.29 | 27.16 | - |
| YUV | 217.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 111 | 0.17 | 0 | 0.55 | 0.04 | 78.36 | 0.87 | 0.7 |
| Hex | CC | F5 | 6F | 11 | 0 | 37 | 4 | 4E | 57 | 46 |
| Octal | 314 | 365 | 157 | 21 | 0 | 67 | 4 | 116 | 127 | 106 |
| Binary | 11001100 | 11110101 | 1101111 | 10001 | 0 | 110111 | 100 | 1001110 | 1010111 | 1000110 |
Color Harmonies of #CCF56F
Complementary color
Monochromatic Colors of #CCF56F
Black with #CCF56F
Text Example
Text Example
White with #CCF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF56F; }
p { color: rgb(204,245,111); }
H1.HeaderClassName
{
color: #CCF56F;
}
.AnyTagClassName
{
color: #CCF56F;
}
</style>
background-color css
<style>
a { background-color: #CCF56F; }
a { background-color: rgb(204,245,111); }
div.DivClassName
{
background-color: #CCF56F;
}
.BgClassName
{
background-color: #CCF56F;
}
</style>
border-color css
<style>
span { border-color: #CCF56F; }
span { border-color: rgb(204,245,111); }
td.TdClassName
{
border-color: #CCF56F;
}
.TagClassName
{
border-color: #CCF56F;
}
</style>