Shades of Sulu #CCF980
Tints of Sulu #CCF980
RGB
CMYK
RGB Variations
Color information
#CCF980 (or 0xCCF980) is known color: Sulu. HEX triplet: CC, F9 and 80. RGB value is (204,249,128). Sum of RGB (Red+Green+Blue) = 204+249+128=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF980 is #33067F. Grayscale: #DEDEDE. Windows color (decimal): -3344000 or 8452556. OLE color: 8452556.
HSL color Cylindrical-coordinate representation of color #CCF980: hue angle of 82.31º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCF980 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 128 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.02 |
| HSL | 82.31º | 0.91% | 0.74% | - |
| HSV(B) | 82.31º | 0.49% | 0.98% | - |
| XYZ | 62.67 | 82.15 | 32.97 | - |
| YUV | 221.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 128 | 0.18 | 0 | 0.49 | 0.02 | 82.31 | 0.91 | 0.74 |
| Hex | CC | F9 | 80 | 12 | 0 | 31 | 2 | 52 | 5B | 4A |
| Octal | 314 | 371 | 200 | 22 | 0 | 61 | 2 | 122 | 133 | 112 |
| Binary | 11001100 | 11111001 | 10000000 | 10010 | 0 | 110001 | 10 | 1010010 | 1011011 | 1001010 |
Color Harmonies of #CCF980
Complementary color
Monochromatic Colors of #CCF980
Black with #CCF980
Text Example
Text Example
White with #CCF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF980; }
p { color: rgb(204,249,128); }
H1.HeaderClassName
{
color: #CCF980;
}
.AnyTagClassName
{
color: #CCF980;
}
</style>
background-color css
<style>
a { background-color: #CCF980; }
a { background-color: rgb(204,249,128); }
div.DivClassName
{
background-color: #CCF980;
}
.BgClassName
{
background-color: #CCF980;
}
</style>
border-color css
<style>
span { border-color: #CCF980; }
span { border-color: rgb(204,249,128); }
td.TdClassName
{
border-color: #CCF980;
}
.TagClassName
{
border-color: #CCF980;
}
</style>