Shades of Sulu #C0F77B
Tints of Sulu #C0F77B
RGB
CMYK
RGB Variations
Color information
#C0F77B (or 0xC0F77B) is known color: Sulu. HEX triplet: C0, F7 and 7B. RGB value is (192,247,123). Sum of RGB (Red+Green+Blue) = 192+247+123=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F77B is #3F0884. Grayscale: #D8D8D8. Windows color (decimal): -4130949 or 8124352. OLE color: 8124352.
HSL color Cylindrical-coordinate representation of color #C0F77B: hue angle of 86.61º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0F77B is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 123 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.03 |
| HSL | 86.61º | 0.89% | 0.73% | - |
| HSV(B) | 86.61º | 0.5% | 0.97% | - |
| XYZ | 58.57 | 79.16 | 30.93 | - |
| YUV | 216.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 123 | 0.22 | 0 | 0.50 | 0.03 | 86.61 | 0.89 | 0.73 |
| Hex | C0 | F7 | 7B | 16 | 0 | 32 | 3 | 57 | 59 | 49 |
| Octal | 300 | 367 | 173 | 26 | 0 | 62 | 3 | 127 | 131 | 111 |
| Binary | 11000000 | 11110111 | 1111011 | 10110 | 0 | 110010 | 11 | 1010111 | 1011001 | 1001001 |
Color Harmonies of #C0F77B
Complementary color
Monochromatic Colors of #C0F77B
Black with #C0F77B
Text Example
Text Example
White with #C0F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F77B; }
p { color: rgb(192,247,123); }
H1.HeaderClassName
{
color: #C0F77B;
}
.AnyTagClassName
{
color: #C0F77B;
}
</style>
background-color css
<style>
a { background-color: #C0F77B; }
a { background-color: rgb(192,247,123); }
div.DivClassName
{
background-color: #C0F77B;
}
.BgClassName
{
background-color: #C0F77B;
}
</style>
border-color css
<style>
span { border-color: #C0F77B; }
span { border-color: rgb(192,247,123); }
td.TdClassName
{
border-color: #C0F77B;
}
.TagClassName
{
border-color: #C0F77B;
}
</style>