Shades of Sulu #C0F277
Tints of Sulu #C0F277
RGB
CMYK
RGB Variations
Color information
#C0F277 (or 0xC0F277) is known color: Sulu. HEX triplet: C0, F2 and 77. RGB value is (192,242,119). Sum of RGB (Red+Green+Blue) = 192+242+119=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F277 is #3F0D88. Grayscale: #D5D5D5. Windows color (decimal): -4132233 or 7860928. OLE color: 7860928.
HSL color Cylindrical-coordinate representation of color #C0F277: hue angle of 84.39º degrees, saturation: 0.83, 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 #C0F277 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 119 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.05 |
| HSL | 84.39º | 0.83% | 0.71% | - |
| HSV(B) | 84.39º | 0.51% | 0.95% | - |
| XYZ | 56.82 | 76.04 | 29.14 | - |
| YUV | 213.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 119 | 0.21 | 0 | 0.51 | 0.05 | 84.39 | 0.83 | 0.71 |
| Hex | C0 | F2 | 77 | 15 | 0 | 33 | 5 | 54 | 53 | 47 |
| Octal | 300 | 362 | 167 | 25 | 0 | 63 | 5 | 124 | 123 | 107 |
| Binary | 11000000 | 11110010 | 1110111 | 10101 | 0 | 110011 | 101 | 1010100 | 1010011 | 1000111 |
Color Harmonies of #C0F277
Complementary color
Monochromatic Colors of #C0F277
Black with #C0F277
Text Example
Text Example
White with #C0F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F277; }
p { color: rgb(192,242,119); }
H1.HeaderClassName
{
color: #C0F277;
}
.AnyTagClassName
{
color: #C0F277;
}
</style>
background-color css
<style>
a { background-color: #C0F277; }
a { background-color: rgb(192,242,119); }
div.DivClassName
{
background-color: #C0F277;
}
.BgClassName
{
background-color: #C0F277;
}
</style>
border-color css
<style>
span { border-color: #C0F277; }
span { border-color: rgb(192,242,119); }
td.TdClassName
{
border-color: #C0F277;
}
.TagClassName
{
border-color: #C0F277;
}
</style>