Shades of Sulu #C0FA7B
Tints of Sulu #C0FA7B
RGB
CMYK
RGB Variations
Color information
#C0FA7B (or 0xC0FA7B) is known color: Sulu. HEX triplet: C0, FA and 7B. RGB value is (192,250,123). Sum of RGB (Red+Green+Blue) = 192+250+123=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA7B is #3F0584. Grayscale: #DADADA. Windows color (decimal): -4130181 or 8125120. OLE color: 8125120.
HSL color Cylindrical-coordinate representation of color #C0FA7B: hue angle of 87.4º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0FA7B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 123 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.02 |
| HSL | 87.4º | 0.93% | 0.73% | - |
| HSV(B) | 87.4º | 0.51% | 0.98% | - |
| XYZ | 59.5 | 81.01 | 31.24 | - |
| YUV | 218.18 | 74.28 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 123 | 0.23 | 0 | 0.51 | 0.02 | 87.4 | 0.93 | 0.73 |
| Hex | C0 | FA | 7B | 17 | 0 | 33 | 2 | 57 | 5D | 49 |
| Octal | 300 | 372 | 173 | 27 | 0 | 63 | 2 | 127 | 135 | 111 |
| Binary | 11000000 | 11111010 | 1111011 | 10111 | 0 | 110011 | 10 | 1010111 | 1011101 | 1001001 |
Color Harmonies of #C0FA7B
Complementary color
Monochromatic Colors of #C0FA7B
Black with #C0FA7B
Text Example
Text Example
White with #C0FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA7B; }
p { color: rgb(192,250,123); }
H1.HeaderClassName
{
color: #C0FA7B;
}
.AnyTagClassName
{
color: #C0FA7B;
}
</style>
background-color css
<style>
a { background-color: #C0FA7B; }
a { background-color: rgb(192,250,123); }
div.DivClassName
{
background-color: #C0FA7B;
}
.BgClassName
{
background-color: #C0FA7B;
}
</style>
border-color css
<style>
span { border-color: #C0FA7B; }
span { border-color: rgb(192,250,123); }
td.TdClassName
{
border-color: #C0FA7B;
}
.TagClassName
{
border-color: #C0FA7B;
}
</style>