Shades of Sulu #CCF080
Tints of Sulu #CCF080
RGB
CMYK
RGB Variations
Color information
#CCF080 (or 0xCCF080) is known color: Sulu. HEX triplet: CC, F0 and 80. RGB value is (204,240,128). Sum of RGB (Red+Green+Blue) = 204+240+128=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF080 is #330F7F. Grayscale: #D8D8D8. Windows color (decimal): -3346304 or 8450252. OLE color: 8450252.
HSL color Cylindrical-coordinate representation of color #CCF080: hue angle of 79.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCF080 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 240 | 128 | - |
CMYK | 0.15 | 0 | 0.47 | 0.06 |
HSL | 79.29º | 0.79% | 0.72% | - |
HSV(B) | 79.29º | 0.47% | 0.94% | - |
XYZ | 59.96 | 76.72 | 32.07 | - |
YUV | 216.47 | 78.07 | 119.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 240 | 128 | 0.15 | 0 | 0.47 | 0.06 | 79.29 | 0.79 | 0.72 |
Hex | CC | F0 | 80 | F | 0 | 2F | 6 | 4F | 4F | 48 |
Octal | 314 | 360 | 200 | 17 | 0 | 57 | 6 | 117 | 117 | 110 |
Binary | 11001100 | 11110000 | 10000000 | 1111 | 0 | 101111 | 110 | 1001111 | 1001111 | 1001000 |
Color Harmonies of #CCF080
Complementary color
Monochromatic Colors of #CCF080
Black with #CCF080
Text Example
Text Example
White with #CCF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF080; }
p { color: rgb(204,240,128); }
H1.HeaderClassName
{
color: #CCF080;
}
.AnyTagClassName
{
color: #CCF080;
}
</style>
background-color css
<style>
a { background-color: #CCF080; }
a { background-color: rgb(204,240,128); }
div.DivClassName
{
background-color: #CCF080;
}
.BgClassName
{
background-color: #CCF080;
}
</style>
border-color css
<style>
span { border-color: #CCF080; }
span { border-color: rgb(204,240,128); }
td.TdClassName
{
border-color: #CCF080;
}
.TagClassName
{
border-color: #CCF080;
}
</style>