Shades of Sulu #C0F387
Tints of Sulu #C0F387
RGB
CMYK
RGB Variations
Color information
#C0F387 (or 0xC0F387) is known color: Sulu. HEX triplet: C0, F3 and 87. RGB value is (192,243,135). Sum of RGB (Red+Green+Blue) = 192+243+135=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F387 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F387 is #3F0C78. Grayscale: #D7D7D7. Windows color (decimal): -4131961 or 8909760. OLE color: 8909760.
HSL color Cylindrical-coordinate representation of color #C0F387: hue angle of 88.33º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0F387 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 135 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.05 |
| HSL | 88.33º | 0.82% | 0.74% | - |
| HSV(B) | 88.33º | 0.44% | 0.95% | - |
| XYZ | 58.16 | 77.06 | 34.73 | - |
| YUV | 215.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 135 | 0.21 | 0 | 0.44 | 0.05 | 88.33 | 0.82 | 0.74 |
| Hex | C0 | F3 | 87 | 15 | 0 | 2C | 5 | 58 | 52 | 4A |
| Octal | 300 | 363 | 207 | 25 | 0 | 54 | 5 | 130 | 122 | 112 |
| Binary | 11000000 | 11110011 | 10000111 | 10101 | 0 | 101100 | 101 | 1011000 | 1010010 | 1001010 |
Color Harmonies of #C0F387
Complementary color
Monochromatic Colors of #C0F387
Black with #C0F387
Text Example
Text Example
White with #C0F387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F387; }
p { color: rgb(192,243,135); }
H1.HeaderClassName
{
color: #C0F387;
}
.AnyTagClassName
{
color: #C0F387;
}
</style>
background-color css
<style>
a { background-color: #C0F387; }
a { background-color: rgb(192,243,135); }
div.DivClassName
{
background-color: #C0F387;
}
.BgClassName
{
background-color: #C0F387;
}
</style>
border-color css
<style>
span { border-color: #C0F387; }
span { border-color: rgb(192,243,135); }
td.TdClassName
{
border-color: #C0F387;
}
.TagClassName
{
border-color: #C0F387;
}
</style>