Shades of Sulu #C0F270
Tints of Sulu #C0F270
RGB
CMYK
RGB Variations
Color information
#C0F270 (or 0xC0F270) is known color: Sulu. HEX triplet: C0, F2 and 70. RGB value is (192,242,112). Sum of RGB (Red+Green+Blue) = 192+242+112=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F270 is #3F0D8F. Grayscale: #D4D4D4. Windows color (decimal): -4132240 or 7402176. OLE color: 7402176.
HSL color Cylindrical-coordinate representation of color #C0F270: hue angle of 83.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0F270 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 112 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.05 |
| HSL | 83.08º | 0.83% | 0.69% | - |
| HSV(B) | 83.08º | 0.54% | 0.95% | - |
| XYZ | 56.41 | 75.88 | 27 | - |
| YUV | 212.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 112 | 0.21 | 0 | 0.54 | 0.05 | 83.08 | 0.83 | 0.69 |
| Hex | C0 | F2 | 70 | 15 | 0 | 36 | 5 | 53 | 53 | 45 |
| Octal | 300 | 362 | 160 | 25 | 0 | 66 | 5 | 123 | 123 | 105 |
| Binary | 11000000 | 11110010 | 1110000 | 10101 | 0 | 110110 | 101 | 1010011 | 1010011 | 1000101 |
Color Harmonies of #C0F270
Complementary color
Monochromatic Colors of #C0F270
Black with #C0F270
Text Example
Text Example
White with #C0F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F270; }
p { color: rgb(192,242,112); }
H1.HeaderClassName
{
color: #C0F270;
}
.AnyTagClassName
{
color: #C0F270;
}
</style>
background-color css
<style>
a { background-color: #C0F270; }
a { background-color: rgb(192,242,112); }
div.DivClassName
{
background-color: #C0F270;
}
.BgClassName
{
background-color: #C0F270;
}
</style>
border-color css
<style>
span { border-color: #C0F270; }
span { border-color: rgb(192,242,112); }
td.TdClassName
{
border-color: #C0F270;
}
.TagClassName
{
border-color: #C0F270;
}
</style>