Shades of Sulu #CCF580
Tints of Sulu #CCF580
RGB
CMYK
RGB Variations
Color information
#CCF580 (or 0xCCF580) is known color: Sulu. HEX triplet: CC, F5 and 80. RGB value is (204,245,128). Sum of RGB (Red+Green+Blue) = 204+245+128=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF580 is #330A7F. Grayscale: #DBDBDB. Windows color (decimal): -3345024 or 8451532. OLE color: 8451532.
HSL color Cylindrical-coordinate representation of color #CCF580: hue angle of 81.03º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF580 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 128 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.04 |
| HSL | 81.03º | 0.85% | 0.73% | - |
| HSV(B) | 81.03º | 0.48% | 0.96% | - |
| XYZ | 61.45 | 79.7 | 32.57 | - |
| YUV | 219.4 | 76.42 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 128 | 0.17 | 0 | 0.48 | 0.04 | 81.03 | 0.85 | 0.73 |
| Hex | CC | F5 | 80 | 11 | 0 | 30 | 4 | 51 | 55 | 49 |
| Octal | 314 | 365 | 200 | 21 | 0 | 60 | 4 | 121 | 125 | 111 |
| Binary | 11001100 | 11110101 | 10000000 | 10001 | 0 | 110000 | 100 | 1010001 | 1010101 | 1001001 |
Color Harmonies of #CCF580
Complementary color
Monochromatic Colors of #CCF580
Black with #CCF580
Text Example
Text Example
White with #CCF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF580; }
p { color: rgb(204,245,128); }
H1.HeaderClassName
{
color: #CCF580;
}
.AnyTagClassName
{
color: #CCF580;
}
</style>
background-color css
<style>
a { background-color: #CCF580; }
a { background-color: rgb(204,245,128); }
div.DivClassName
{
background-color: #CCF580;
}
.BgClassName
{
background-color: #CCF580;
}
</style>
border-color css
<style>
span { border-color: #CCF580; }
span { border-color: rgb(204,245,128); }
td.TdClassName
{
border-color: #CCF580;
}
.TagClassName
{
border-color: #CCF580;
}
</style>