Shades of Sulu #C0F383
Tints of Sulu #C0F383
RGB
CMYK
RGB Variations
Color information
#C0F383 (or 0xC0F383) is known color: Sulu. HEX triplet: C0, F3 and 83. RGB value is (192,243,131). Sum of RGB (Red+Green+Blue) = 192+243+131=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F383 is #3F0C7C. Grayscale: #D7D7D7. Windows color (decimal): -4131965 or 8647616. OLE color: 8647616.
HSL color Cylindrical-coordinate representation of color #C0F383: hue angle of 87.32º degrees, saturation: 0.82, 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 #C0F383 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 131 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.05 |
| HSL | 87.32º | 0.82% | 0.73% | - |
| HSV(B) | 87.32º | 0.46% | 0.95% | - |
| XYZ | 57.89 | 76.95 | 33.27 | - |
| YUV | 214.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 131 | 0.21 | 0 | 0.46 | 0.05 | 87.32 | 0.82 | 0.73 |
| Hex | C0 | F3 | 83 | 15 | 0 | 2E | 5 | 57 | 52 | 49 |
| Octal | 300 | 363 | 203 | 25 | 0 | 56 | 5 | 127 | 122 | 111 |
| Binary | 11000000 | 11110011 | 10000011 | 10101 | 0 | 101110 | 101 | 1010111 | 1010010 | 1001001 |
Color Harmonies of #C0F383
Complementary color
Monochromatic Colors of #C0F383
Black with #C0F383
Text Example
Text Example
White with #C0F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F383; }
p { color: rgb(192,243,131); }
H1.HeaderClassName
{
color: #C0F383;
}
.AnyTagClassName
{
color: #C0F383;
}
</style>
background-color css
<style>
a { background-color: #C0F383; }
a { background-color: rgb(192,243,131); }
div.DivClassName
{
background-color: #C0F383;
}
.BgClassName
{
background-color: #C0F383;
}
</style>
border-color css
<style>
span { border-color: #C0F383; }
span { border-color: rgb(192,243,131); }
td.TdClassName
{
border-color: #C0F383;
}
.TagClassName
{
border-color: #C0F383;
}
</style>