Shades of Sulu #C0F783
Tints of Sulu #C0F783
RGB
CMYK
RGB Variations
Color information
#C0F783 (or 0xC0F783) is known color: Sulu. HEX triplet: C0, F7 and 83. RGB value is (192,247,131). Sum of RGB (Red+Green+Blue) = 192+247+131=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F783 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F783 is #3F087C. Grayscale: #D9D9D9. Windows color (decimal): -4130941 or 8648640. OLE color: 8648640.
HSL color Cylindrical-coordinate representation of color #C0F783: hue angle of 88.45º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0F783 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 131 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.03 |
| HSL | 88.45º | 0.88% | 0.74% | - |
| HSV(B) | 88.45º | 0.47% | 0.97% | - |
| XYZ | 59.1 | 79.37 | 33.68 | - |
| YUV | 217.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 131 | 0.22 | 0 | 0.47 | 0.03 | 88.45 | 0.88 | 0.74 |
| Hex | C0 | F7 | 83 | 16 | 0 | 2F | 3 | 58 | 58 | 4A |
| Octal | 300 | 367 | 203 | 26 | 0 | 57 | 3 | 130 | 130 | 112 |
| Binary | 11000000 | 11110111 | 10000011 | 10110 | 0 | 101111 | 11 | 1011000 | 1011000 | 1001010 |
Color Harmonies of #C0F783
Complementary color
Monochromatic Colors of #C0F783
Black with #C0F783
Text Example
Text Example
White with #C0F783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F783; }
p { color: rgb(192,247,131); }
H1.HeaderClassName
{
color: #C0F783;
}
.AnyTagClassName
{
color: #C0F783;
}
</style>
background-color css
<style>
a { background-color: #C0F783; }
a { background-color: rgb(192,247,131); }
div.DivClassName
{
background-color: #C0F783;
}
.BgClassName
{
background-color: #C0F783;
}
</style>
border-color css
<style>
span { border-color: #C0F783; }
span { border-color: rgb(192,247,131); }
td.TdClassName
{
border-color: #C0F783;
}
.TagClassName
{
border-color: #C0F783;
}
</style>