Shades of Sulu #C8F971
Tints of Sulu #C8F971
RGB
CMYK
RGB Variations
Color information
#C8F971 (or 0xC8F971) is known color: Sulu. HEX triplet: C8, F9 and 71. RGB value is (200,249,113). Sum of RGB (Red+Green+Blue) = 200+249+113=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F971 is #37068E. Grayscale: #DBDBDB. Windows color (decimal): -3606159 or 7469512. OLE color: 7469512.
HSL color Cylindrical-coordinate representation of color #C8F971: hue angle of 81.62º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8F971 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 113 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.02 |
| HSL | 81.62º | 0.92% | 0.71% | - |
| HSV(B) | 81.62º | 0.55% | 0.98% | - |
| XYZ | 60.68 | 81.22 | 28.1 | - |
| YUV | 218.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 113 | 0.20 | 0 | 0.55 | 0.02 | 81.62 | 0.92 | 0.71 |
| Hex | C8 | F9 | 71 | 14 | 0 | 37 | 2 | 52 | 5C | 47 |
| Octal | 310 | 371 | 161 | 24 | 0 | 67 | 2 | 122 | 134 | 107 |
| Binary | 11001000 | 11111001 | 1110001 | 10100 | 0 | 110111 | 10 | 1010010 | 1011100 | 1000111 |
Color Harmonies of #C8F971
Complementary color
Monochromatic Colors of #C8F971
Black with #C8F971
Text Example
Text Example
White with #C8F971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F971; }
p { color: rgb(200,249,113); }
H1.HeaderClassName
{
color: #C8F971;
}
.AnyTagClassName
{
color: #C8F971;
}
</style>
background-color css
<style>
a { background-color: #C8F971; }
a { background-color: rgb(200,249,113); }
div.DivClassName
{
background-color: #C8F971;
}
.BgClassName
{
background-color: #C8F971;
}
</style>
border-color css
<style>
span { border-color: #C8F971; }
span { border-color: rgb(200,249,113); }
td.TdClassName
{
border-color: #C8F971;
}
.TagClassName
{
border-color: #C8F971;
}
</style>