Shades of Sulu #CCF280
Tints of Sulu #CCF280
RGB
CMYK
RGB Variations
Color information
#CCF280 (or 0xCCF280) is known color: Sulu. HEX triplet: CC, F2 and 80. RGB value is (204,242,128). Sum of RGB (Red+Green+Blue) = 204+242+128=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF280 is #330D7F. Grayscale: #DADADA. Windows color (decimal): -3345792 or 8450764. OLE color: 8450764.
HSL color Cylindrical-coordinate representation of color #CCF280: hue angle of 80º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCF280 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 128 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.05 |
| HSL | 80º | 0.81% | 0.73% | - |
| HSV(B) | 80º | 0.47% | 0.95% | - |
| XYZ | 60.55 | 77.9 | 32.27 | - |
| YUV | 217.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 128 | 0.16 | 0 | 0.47 | 0.05 | 80 | 0.81 | 0.73 |
| Hex | CC | F2 | 80 | 10 | 0 | 2F | 5 | 50 | 51 | 49 |
| Octal | 314 | 362 | 200 | 20 | 0 | 57 | 5 | 120 | 121 | 111 |
| Binary | 11001100 | 11110010 | 10000000 | 10000 | 0 | 101111 | 101 | 1010000 | 1010001 | 1001001 |
Color Harmonies of #CCF280
Complementary color
Monochromatic Colors of #CCF280
Black with #CCF280
Text Example
Text Example
White with #CCF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF280; }
p { color: rgb(204,242,128); }
H1.HeaderClassName
{
color: #CCF280;
}
.AnyTagClassName
{
color: #CCF280;
}
</style>
background-color css
<style>
a { background-color: #CCF280; }
a { background-color: rgb(204,242,128); }
div.DivClassName
{
background-color: #CCF280;
}
.BgClassName
{
background-color: #CCF280;
}
</style>
border-color css
<style>
span { border-color: #CCF280; }
span { border-color: rgb(204,242,128); }
td.TdClassName
{
border-color: #CCF280;
}
.TagClassName
{
border-color: #CCF280;
}
</style>