Shades of Sulu #C8FE71
Tints of Sulu #C8FE71
RGB
CMYK
RGB Variations
Color information
#C8FE71 (or 0xC8FE71) is known color: Sulu. HEX triplet: C8, FE and 71. RGB value is (200,254,113). Sum of RGB (Red+Green+Blue) = 200+254+113=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FE71 is #37018E. Grayscale: #DEDEDE. Windows color (decimal): -3604879 or 7470792. OLE color: 7470792.
HSL color Cylindrical-coordinate representation of color #C8FE71: hue angle of 82.98º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8FE71 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 113 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.00 |
| HSL | 82.98º | 0.99% | 0.72% | - |
| HSV(B) | 82.98º | 0.56% | 1% | - |
| XYZ | 62.24 | 84.36 | 28.62 | - |
| YUV | 221.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 113 | 0.21 | 0 | 0.56 | 0.00 | 82.98 | 0.99 | 0.72 |
| Hex | C8 | FE | 71 | 15 | 0 | 38 | 0 | 53 | 63 | 48 |
| Octal | 310 | 376 | 161 | 25 | 0 | 70 | 0 | 123 | 143 | 110 |
| Binary | 11001000 | 11111110 | 1110001 | 10101 | 0 | 111000 | 0 | 1010011 | 1100011 | 1001000 |
Color Harmonies of #C8FE71
Complementary color
Monochromatic Colors of #C8FE71
Black with #C8FE71
Text Example
Text Example
White with #C8FE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE71; }
p { color: rgb(200,254,113); }
H1.HeaderClassName
{
color: #C8FE71;
}
.AnyTagClassName
{
color: #C8FE71;
}
</style>
background-color css
<style>
a { background-color: #C8FE71; }
a { background-color: rgb(200,254,113); }
div.DivClassName
{
background-color: #C8FE71;
}
.BgClassName
{
background-color: #C8FE71;
}
</style>
border-color css
<style>
span { border-color: #C8FE71; }
span { border-color: rgb(200,254,113); }
td.TdClassName
{
border-color: #C8FE71;
}
.TagClassName
{
border-color: #C8FE71;
}
</style>