Shades of Sulu #C8F76D
Tints of Sulu #C8F76D
RGB
CMYK
RGB Variations
Color information
#C8F76D (or 0xC8F76D) is known color: Sulu. HEX triplet: C8, F7 and 6D. RGB value is (200,247,109). Sum of RGB (Red+Green+Blue) = 200+247+109=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F76D is #370892. Grayscale: #D9D9D9. Windows color (decimal): -3606675 or 7206856. OLE color: 7206856.
HSL color Cylindrical-coordinate representation of color #C8F76D: hue angle of 80.43º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8F76D is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 109 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.03 |
| HSL | 80.43º | 0.9% | 0.7% | - |
| HSV(B) | 80.43º | 0.56% | 0.97% | - |
| XYZ | 59.84 | 79.91 | 26.74 | - |
| YUV | 217.22 | 66.93 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 109 | 0.19 | 0 | 0.56 | 0.03 | 80.43 | 0.9 | 0.7 |
| Hex | C8 | F7 | 6D | 13 | 0 | 38 | 3 | 50 | 5A | 46 |
| Octal | 310 | 367 | 155 | 23 | 0 | 70 | 3 | 120 | 132 | 106 |
| Binary | 11001000 | 11110111 | 1101101 | 10011 | 0 | 111000 | 11 | 1010000 | 1011010 | 1000110 |
Color Harmonies of #C8F76D
Complementary color
Monochromatic Colors of #C8F76D
Black with #C8F76D
Text Example
Text Example
White with #C8F76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F76D; }
p { color: rgb(200,247,109); }
H1.HeaderClassName
{
color: #C8F76D;
}
.AnyTagClassName
{
color: #C8F76D;
}
</style>
background-color css
<style>
a { background-color: #C8F76D; }
a { background-color: rgb(200,247,109); }
div.DivClassName
{
background-color: #C8F76D;
}
.BgClassName
{
background-color: #C8F76D;
}
</style>
border-color css
<style>
span { border-color: #C8F76D; }
span { border-color: rgb(200,247,109); }
td.TdClassName
{
border-color: #C8F76D;
}
.TagClassName
{
border-color: #C8F76D;
}
</style>