Shades of Sulu #CCF780
Tints of Sulu #CCF780
RGB
CMYK
RGB Variations
Color information
#CCF780 (or 0xCCF780) is known color: Sulu. HEX triplet: CC, F7 and 80. RGB value is (204,247,128). Sum of RGB (Red+Green+Blue) = 204+247+128=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF780 is #33087F. Grayscale: #DDDDDD. Windows color (decimal): -3344512 or 8452044. OLE color: 8452044.
HSL color Cylindrical-coordinate representation of color #CCF780: hue angle of 81.68º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF780 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 128 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.03 |
| HSL | 81.68º | 0.88% | 0.74% | - |
| HSV(B) | 81.68º | 0.48% | 0.97% | - |
| XYZ | 62.06 | 80.92 | 32.77 | - |
| YUV | 220.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 128 | 0.17 | 0 | 0.48 | 0.03 | 81.68 | 0.88 | 0.74 |
| Hex | CC | F7 | 80 | 11 | 0 | 30 | 3 | 52 | 58 | 4A |
| Octal | 314 | 367 | 200 | 21 | 0 | 60 | 3 | 122 | 130 | 112 |
| Binary | 11001100 | 11110111 | 10000000 | 10001 | 0 | 110000 | 11 | 1010010 | 1011000 | 1001010 |
Color Harmonies of #CCF780
Complementary color
Monochromatic Colors of #CCF780
Black with #CCF780
Text Example
Text Example
White with #CCF780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF780; }
p { color: rgb(204,247,128); }
H1.HeaderClassName
{
color: #CCF780;
}
.AnyTagClassName
{
color: #CCF780;
}
</style>
background-color css
<style>
a { background-color: #CCF780; }
a { background-color: rgb(204,247,128); }
div.DivClassName
{
background-color: #CCF780;
}
.BgClassName
{
background-color: #CCF780;
}
</style>
border-color css
<style>
span { border-color: #CCF780; }
span { border-color: rgb(204,247,128); }
td.TdClassName
{
border-color: #CCF780;
}
.TagClassName
{
border-color: #CCF780;
}
</style>