Shades of Sulu #CCF077
Tints of Sulu #CCF077
RGB
CMYK
RGB Variations
Color information
#CCF077 (or 0xCCF077) is known color: Sulu. HEX triplet: CC, F0 and 77. RGB value is (204,240,119). Sum of RGB (Red+Green+Blue) = 204+240+119=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF077 is #330F88. Grayscale: #D7D7D7. Windows color (decimal): -3346313 or 7860428. OLE color: 7860428.
HSL color Cylindrical-coordinate representation of color #CCF077: hue angle of 77.85º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF077 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 119 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.06 |
| HSL | 77.85º | 0.8% | 0.7% | - |
| HSV(B) | 77.85º | 0.5% | 0.94% | - |
| XYZ | 59.39 | 76.49 | 29.09 | - |
| YUV | 215.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 119 | 0.15 | 0 | 0.50 | 0.06 | 77.85 | 0.8 | 0.7 |
| Hex | CC | F0 | 77 | F | 0 | 32 | 6 | 4E | 50 | 46 |
| Octal | 314 | 360 | 167 | 17 | 0 | 62 | 6 | 116 | 120 | 106 |
| Binary | 11001100 | 11110000 | 1110111 | 1111 | 0 | 110010 | 110 | 1001110 | 1010000 | 1000110 |
Color Harmonies of #CCF077
Complementary color
Monochromatic Colors of #CCF077
Black with #CCF077
Text Example
Text Example
White with #CCF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF077; }
p { color: rgb(204,240,119); }
H1.HeaderClassName
{
color: #CCF077;
}
.AnyTagClassName
{
color: #CCF077;
}
</style>
background-color css
<style>
a { background-color: #CCF077; }
a { background-color: rgb(204,240,119); }
div.DivClassName
{
background-color: #CCF077;
}
.BgClassName
{
background-color: #CCF077;
}
</style>
border-color css
<style>
span { border-color: #CCF077; }
span { border-color: rgb(204,240,119); }
td.TdClassName
{
border-color: #CCF077;
}
.TagClassName
{
border-color: #CCF077;
}
</style>