Shades of Sulu #CCFF77
Tints of Sulu #CCFF77
RGB
CMYK
RGB Variations
Color information
#CCFF77 (or 0xCCFF77) is known color: Sulu. HEX triplet: CC, FF and 77. RGB value is (204,255,119). Sum of RGB (Red+Green+Blue) = 204+255+119=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF77 is #330088. Grayscale: #E0E0E0. Windows color (decimal): -3342473 or 7864268. OLE color: 7864268.
HSL color Cylindrical-coordinate representation of color #CCFF77: hue angle of 82.5º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCFF77 is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 119 | - |
| CMYK | 0.2 | 0 | 0.53 | 0 |
| HSL | 82.5º | 1% | 0.73% | - |
| HSV(B) | 82.5º | 0.53% | 1% | - |
| XYZ | 63.99 | 85.69 | 30.62 | - |
| YUV | 224.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 119 | 0.2 | 0 | 0.53 | 0 | 82.5 | 1 | 0.73 |
| Hex | CC | FF | 77 | 14 | 0 | 35 | 0 | 52 | 64 | 49 |
| Octal | 314 | 377 | 167 | 24 | 0 | 65 | 0 | 122 | 144 | 111 |
| Binary | 11001100 | 11111111 | 1110111 | 10100 | 0 | 110101 | 0 | 1010010 | 1100100 | 1001001 |
Color Harmonies of #CCFF77
Complementary color
Monochromatic Colors of #CCFF77
Black with #CCFF77
Text Example
Text Example
White with #CCFF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF77; }
p { color: rgb(204,255,119); }
H1.HeaderClassName
{
color: #CCFF77;
}
.AnyTagClassName
{
color: #CCFF77;
}
</style>
background-color css
<style>
a { background-color: #CCFF77; }
a { background-color: rgb(204,255,119); }
div.DivClassName
{
background-color: #CCFF77;
}
.BgClassName
{
background-color: #CCFF77;
}
</style>
border-color css
<style>
span { border-color: #CCFF77; }
span { border-color: rgb(204,255,119); }
td.TdClassName
{
border-color: #CCFF77;
}
.TagClassName
{
border-color: #CCFF77;
}
</style>