Shades of Sulu #C0F376
Tints of Sulu #C0F376
RGB
CMYK
RGB Variations
Color information
#C0F376 (or 0xC0F376) is known color: Sulu. HEX triplet: C0, F3 and 76. RGB value is (192,243,118). Sum of RGB (Red+Green+Blue) = 192+243+118=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F376 is #3F0C89. Grayscale: #D5D5D5. Windows color (decimal): -4131978 or 7795648. OLE color: 7795648.
HSL color Cylindrical-coordinate representation of color #C0F376: hue angle of 84.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0F376 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 118 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.05 |
| HSL | 84.48º | 0.84% | 0.71% | - |
| HSV(B) | 84.48º | 0.51% | 0.95% | - |
| XYZ | 57.06 | 76.62 | 28.92 | - |
| YUV | 213.5 | 74.1 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 118 | 0.21 | 0 | 0.51 | 0.05 | 84.48 | 0.84 | 0.71 |
| Hex | C0 | F3 | 76 | 15 | 0 | 33 | 5 | 54 | 54 | 47 |
| Octal | 300 | 363 | 166 | 25 | 0 | 63 | 5 | 124 | 124 | 107 |
| Binary | 11000000 | 11110011 | 1110110 | 10101 | 0 | 110011 | 101 | 1010100 | 1010100 | 1000111 |
Color Harmonies of #C0F376
Complementary color
Monochromatic Colors of #C0F376
Black with #C0F376
Text Example
Text Example
White with #C0F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F376; }
p { color: rgb(192,243,118); }
H1.HeaderClassName
{
color: #C0F376;
}
.AnyTagClassName
{
color: #C0F376;
}
</style>
background-color css
<style>
a { background-color: #C0F376; }
a { background-color: rgb(192,243,118); }
div.DivClassName
{
background-color: #C0F376;
}
.BgClassName
{
background-color: #C0F376;
}
</style>
border-color css
<style>
span { border-color: #C0F376; }
span { border-color: rgb(192,243,118); }
td.TdClassName
{
border-color: #C0F376;
}
.TagClassName
{
border-color: #C0F376;
}
</style>