Shades of Sulu #C0FC82
Tints of Sulu #C0FC82
RGB
CMYK
RGB Variations
Color information
#C0FC82 (or 0xC0FC82) is known color: Sulu. HEX triplet: C0, FC and 82. RGB value is (192,252,130). Sum of RGB (Red+Green+Blue) = 192+252+130=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FC82 is #3F037D. Grayscale: #DCDCDC. Windows color (decimal): -4129662 or 8584384. OLE color: 8584384.
HSL color Cylindrical-coordinate representation of color #C0FC82: hue angle of 89.51º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0FC82 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 130 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.01 |
| HSL | 89.51º | 0.95% | 0.75% | - |
| HSV(B) | 89.51º | 0.48% | 0.99% | - |
| XYZ | 60.58 | 82.44 | 33.84 | - |
| YUV | 220.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 130 | 0.24 | 0 | 0.48 | 0.01 | 89.51 | 0.95 | 0.75 |
| Hex | C0 | FC | 82 | 18 | 0 | 30 | 1 | 5A | 5F | 4B |
| Octal | 300 | 374 | 202 | 30 | 0 | 60 | 1 | 132 | 137 | 113 |
| Binary | 11000000 | 11111100 | 10000010 | 11000 | 0 | 110000 | 1 | 1011010 | 1011111 | 1001011 |
Color Harmonies of #C0FC82
Complementary color
Monochromatic Colors of #C0FC82
Black with #C0FC82
Text Example
Text Example
White with #C0FC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC82; }
p { color: rgb(192,252,130); }
H1.HeaderClassName
{
color: #C0FC82;
}
.AnyTagClassName
{
color: #C0FC82;
}
</style>
background-color css
<style>
a { background-color: #C0FC82; }
a { background-color: rgb(192,252,130); }
div.DivClassName
{
background-color: #C0FC82;
}
.BgClassName
{
background-color: #C0FC82;
}
</style>
border-color css
<style>
span { border-color: #C0FC82; }
span { border-color: rgb(192,252,130); }
td.TdClassName
{
border-color: #C0FC82;
}
.TagClassName
{
border-color: #C0FC82;
}
</style>