Shades of Sulu #CCF77C
Tints of Sulu #CCF77C
RGB
CMYK
RGB Variations
Color information
#CCF77C (or 0xCCF77C) is known color: Sulu. HEX triplet: CC, F7 and 7C. RGB value is (204,247,124). Sum of RGB (Red+Green+Blue) = 204+247+124=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF77C is #330883. Grayscale: #DCDCDC. Windows color (decimal): -3344516 or 8189900. OLE color: 8189900.
HSL color Cylindrical-coordinate representation of color #CCF77C: hue angle of 80.98º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF77C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 124 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.03 |
| HSL | 80.98º | 0.88% | 0.73% | - |
| HSV(B) | 80.98º | 0.5% | 0.97% | - |
| XYZ | 61.8 | 80.81 | 31.41 | - |
| YUV | 220.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 124 | 0.17 | 0 | 0.50 | 0.03 | 80.98 | 0.88 | 0.73 |
| Hex | CC | F7 | 7C | 11 | 0 | 32 | 3 | 51 | 58 | 49 |
| Octal | 314 | 367 | 174 | 21 | 0 | 62 | 3 | 121 | 130 | 111 |
| Binary | 11001100 | 11110111 | 1111100 | 10001 | 0 | 110010 | 11 | 1010001 | 1011000 | 1001001 |
Color Harmonies of #CCF77C
Complementary color
Monochromatic Colors of #CCF77C
Black with #CCF77C
Text Example
Text Example
White with #CCF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF77C; }
p { color: rgb(204,247,124); }
H1.HeaderClassName
{
color: #CCF77C;
}
.AnyTagClassName
{
color: #CCF77C;
}
</style>
background-color css
<style>
a { background-color: #CCF77C; }
a { background-color: rgb(204,247,124); }
div.DivClassName
{
background-color: #CCF77C;
}
.BgClassName
{
background-color: #CCF77C;
}
</style>
border-color css
<style>
span { border-color: #CCF77C; }
span { border-color: rgb(204,247,124); }
td.TdClassName
{
border-color: #CCF77C;
}
.TagClassName
{
border-color: #CCF77C;
}
</style>