Shades of Sulu #CCF082
Tints of Sulu #CCF082
RGB
CMYK
RGB Variations
Color information
#CCF082 (or 0xCCF082) is known color: Sulu. HEX triplet: CC, F0 and 82. RGB value is (204,240,130). Sum of RGB (Red+Green+Blue) = 204+240+130=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF082 is #330F7D. Grayscale: #D9D9D9. Windows color (decimal): -3346302 or 8581324. OLE color: 8581324.
HSL color Cylindrical-coordinate representation of color #CCF082: hue angle of 79.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF082 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 130 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.06 |
| HSL | 79.64º | 0.79% | 0.73% | - |
| HSV(B) | 79.64º | 0.46% | 0.94% | - |
| XYZ | 60.09 | 76.77 | 32.77 | - |
| YUV | 216.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 130 | 0.15 | 0 | 0.46 | 0.06 | 79.64 | 0.79 | 0.73 |
| Hex | CC | F0 | 82 | F | 0 | 2E | 6 | 50 | 4F | 49 |
| Octal | 314 | 360 | 202 | 17 | 0 | 56 | 6 | 120 | 117 | 111 |
| Binary | 11001100 | 11110000 | 10000010 | 1111 | 0 | 101110 | 110 | 1010000 | 1001111 | 1001001 |
Color Harmonies of #CCF082
Complementary color
Monochromatic Colors of #CCF082
Black with #CCF082
Text Example
Text Example
White with #CCF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF082; }
p { color: rgb(204,240,130); }
H1.HeaderClassName
{
color: #CCF082;
}
.AnyTagClassName
{
color: #CCF082;
}
</style>
background-color css
<style>
a { background-color: #CCF082; }
a { background-color: rgb(204,240,130); }
div.DivClassName
{
background-color: #CCF082;
}
.BgClassName
{
background-color: #CCF082;
}
</style>
border-color css
<style>
span { border-color: #CCF082; }
span { border-color: rgb(204,240,130); }
td.TdClassName
{
border-color: #CCF082;
}
.TagClassName
{
border-color: #CCF082;
}
</style>