Shades of Sulu #CCF282
Tints of Sulu #CCF282
RGB
CMYK
RGB Variations
Color information
#CCF282 (or 0xCCF282) is known color: Sulu. HEX triplet: CC, F2 and 82. RGB value is (204,242,130). Sum of RGB (Red+Green+Blue) = 204+242+130=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF282 is #330D7D. Grayscale: #DADADA. Windows color (decimal): -3345790 or 8581836. OLE color: 8581836.
HSL color Cylindrical-coordinate representation of color #CCF282: hue angle of 80.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCF282 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 130 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.05 |
| HSL | 80.36º | 0.81% | 0.73% | - |
| HSV(B) | 80.36º | 0.46% | 0.95% | - |
| XYZ | 60.68 | 77.95 | 32.97 | - |
| YUV | 217.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 130 | 0.16 | 0 | 0.46 | 0.05 | 80.36 | 0.81 | 0.73 |
| Hex | CC | F2 | 82 | 10 | 0 | 2E | 5 | 50 | 51 | 49 |
| Octal | 314 | 362 | 202 | 20 | 0 | 56 | 5 | 120 | 121 | 111 |
| Binary | 11001100 | 11110010 | 10000010 | 10000 | 0 | 101110 | 101 | 1010000 | 1010001 | 1001001 |
Color Harmonies of #CCF282
Complementary color
Monochromatic Colors of #CCF282
Black with #CCF282
Text Example
Text Example
White with #CCF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF282; }
p { color: rgb(204,242,130); }
H1.HeaderClassName
{
color: #CCF282;
}
.AnyTagClassName
{
color: #CCF282;
}
</style>
background-color css
<style>
a { background-color: #CCF282; }
a { background-color: rgb(204,242,130); }
div.DivClassName
{
background-color: #CCF282;
}
.BgClassName
{
background-color: #CCF282;
}
</style>
border-color css
<style>
span { border-color: #CCF282; }
span { border-color: rgb(204,242,130); }
td.TdClassName
{
border-color: #CCF282;
}
.TagClassName
{
border-color: #CCF282;
}
</style>