Shades of Sulu #C8FA77
Tints of Sulu #C8FA77
RGB
CMYK
RGB Variations
Color information
#C8FA77 (or 0xC8FA77) is known color: Sulu. HEX triplet: C8, FA and 77. RGB value is (200,250,119). Sum of RGB (Red+Green+Blue) = 200+250+119=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA77 is #370588. Grayscale: #DCDCDC. Windows color (decimal): -3605897 or 7862984. OLE color: 7862984.
HSL color Cylindrical-coordinate representation of color #C8FA77: hue angle of 82.9º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8FA77 is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 119 | - |
| CMYK | 0.2 | 0 | 0.52 | 0.02 |
| HSL | 82.9º | 0.93% | 0.72% | - |
| HSV(B) | 82.9º | 0.52% | 0.98% | - |
| XYZ | 61.33 | 81.98 | 30.04 | - |
| YUV | 220.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 119 | 0.2 | 0 | 0.52 | 0.02 | 82.9 | 0.93 | 0.72 |
| Hex | C8 | FA | 77 | 14 | 0 | 34 | 2 | 53 | 5D | 48 |
| Octal | 310 | 372 | 167 | 24 | 0 | 64 | 2 | 123 | 135 | 110 |
| Binary | 11001000 | 11111010 | 1110111 | 10100 | 0 | 110100 | 10 | 1010011 | 1011101 | 1001000 |
Color Harmonies of #C8FA77
Complementary color
Monochromatic Colors of #C8FA77
Black with #C8FA77
Text Example
Text Example
White with #C8FA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA77; }
p { color: rgb(200,250,119); }
H1.HeaderClassName
{
color: #C8FA77;
}
.AnyTagClassName
{
color: #C8FA77;
}
</style>
background-color css
<style>
a { background-color: #C8FA77; }
a { background-color: rgb(200,250,119); }
div.DivClassName
{
background-color: #C8FA77;
}
.BgClassName
{
background-color: #C8FA77;
}
</style>
border-color css
<style>
span { border-color: #C8FA77; }
span { border-color: rgb(200,250,119); }
td.TdClassName
{
border-color: #C8FA77;
}
.TagClassName
{
border-color: #C8FA77;
}
</style>