Shades of Sulu #C8F171
Tints of Sulu #C8F171
RGB
CMYK
RGB Variations
Color information
#C8F171 (or 0xC8F171) is known color: Sulu. HEX triplet: C8, F1 and 71. RGB value is (200,241,113). Sum of RGB (Red+Green+Blue) = 200+241+113=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F171 is #370E8E. Grayscale: #D6D6D6. Windows color (decimal): -3608207 or 7467464. OLE color: 7467464.
HSL color Cylindrical-coordinate representation of color #C8F171: hue angle of 79.22º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8F171 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 113 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.05 |
| HSL | 79.22º | 0.82% | 0.69% | - |
| HSV(B) | 79.22º | 0.53% | 0.95% | - |
| XYZ | 58.26 | 76.38 | 27.3 | - |
| YUV | 214.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 113 | 0.17 | 0 | 0.53 | 0.05 | 79.22 | 0.82 | 0.69 |
| Hex | C8 | F1 | 71 | 11 | 0 | 35 | 5 | 4F | 52 | 45 |
| Octal | 310 | 361 | 161 | 21 | 0 | 65 | 5 | 117 | 122 | 105 |
| Binary | 11001000 | 11110001 | 1110001 | 10001 | 0 | 110101 | 101 | 1001111 | 1010010 | 1000101 |
Color Harmonies of #C8F171
Complementary color
Monochromatic Colors of #C8F171
Black with #C8F171
Text Example
Text Example
White with #C8F171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F171; }
p { color: rgb(200,241,113); }
H1.HeaderClassName
{
color: #C8F171;
}
.AnyTagClassName
{
color: #C8F171;
}
</style>
background-color css
<style>
a { background-color: #C8F171; }
a { background-color: rgb(200,241,113); }
div.DivClassName
{
background-color: #C8F171;
}
.BgClassName
{
background-color: #C8F171;
}
</style>
border-color css
<style>
span { border-color: #C8F171; }
span { border-color: rgb(200,241,113); }
td.TdClassName
{
border-color: #C8F171;
}
.TagClassName
{
border-color: #C8F171;
}
</style>