Shades of Sulu #C0F182
Tints of Sulu #C0F182
RGB
CMYK
RGB Variations
Color information
#C0F182 (or 0xC0F182) is known color: Sulu. HEX triplet: C0, F1 and 82. RGB value is (192,241,130). Sum of RGB (Red+Green+Blue) = 192+241+130=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F182 is #3F0E7D. Grayscale: #D6D6D6. Windows color (decimal): -4132478 or 8581568. OLE color: 8581568.
HSL color Cylindrical-coordinate representation of color #C0F182: hue angle of 86.49º degrees, saturation: 0.8, 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 #C0F182 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 130 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.05 |
| HSL | 86.49º | 0.8% | 0.73% | - |
| HSV(B) | 86.49º | 0.46% | 0.95% | - |
| XYZ | 57.22 | 75.73 | 32.72 | - |
| YUV | 213.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 130 | 0.20 | 0 | 0.46 | 0.05 | 86.49 | 0.8 | 0.73 |
| Hex | C0 | F1 | 82 | 14 | 0 | 2E | 5 | 56 | 50 | 49 |
| Octal | 300 | 361 | 202 | 24 | 0 | 56 | 5 | 126 | 120 | 111 |
| Binary | 11000000 | 11110001 | 10000010 | 10100 | 0 | 101110 | 101 | 1010110 | 1010000 | 1001001 |
Color Harmonies of #C0F182
Complementary color
Monochromatic Colors of #C0F182
Black with #C0F182
Text Example
Text Example
White with #C0F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F182; }
p { color: rgb(192,241,130); }
H1.HeaderClassName
{
color: #C0F182;
}
.AnyTagClassName
{
color: #C0F182;
}
</style>
background-color css
<style>
a { background-color: #C0F182; }
a { background-color: rgb(192,241,130); }
div.DivClassName
{
background-color: #C0F182;
}
.BgClassName
{
background-color: #C0F182;
}
</style>
border-color css
<style>
span { border-color: #C0F182; }
span { border-color: rgb(192,241,130); }
td.TdClassName
{
border-color: #C0F182;
}
.TagClassName
{
border-color: #C0F182;
}
</style>