Shades of Sulu #C6F171
Tints of Sulu #C6F171
RGB
CMYK
RGB Variations
Color information
#C6F171 (or 0xC6F171) is known color: Sulu. HEX triplet: C6, F1 and 71. RGB value is (198,241,113). Sum of RGB (Red+Green+Blue) = 198+241+113=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F171 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F171 is #390E8E. Grayscale: #D6D6D6. Windows color (decimal): -3739279 or 7467462. OLE color: 7467462.
HSL color Cylindrical-coordinate representation of color #C6F171: hue angle of 80.16º 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 #C6F171 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 113 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.05 |
| HSL | 80.16º | 0.82% | 0.69% | - |
| HSV(B) | 80.16º | 0.53% | 0.95% | - |
| XYZ | 57.72 | 76.11 | 27.27 | - |
| YUV | 213.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 113 | 0.18 | 0 | 0.53 | 0.05 | 80.16 | 0.82 | 0.69 |
| Hex | C6 | F1 | 71 | 12 | 0 | 35 | 5 | 50 | 52 | 45 |
| Octal | 306 | 361 | 161 | 22 | 0 | 65 | 5 | 120 | 122 | 105 |
| Binary | 11000110 | 11110001 | 1110001 | 10010 | 0 | 110101 | 101 | 1010000 | 1010010 | 1000101 |
Color Harmonies of #C6F171
Complementary color
Monochromatic Colors of #C6F171
Black with #C6F171
Text Example
Text Example
White with #C6F171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F171; }
p { color: rgb(198,241,113); }
H1.HeaderClassName
{
color: #C6F171;
}
.AnyTagClassName
{
color: #C6F171;
}
</style>
background-color css
<style>
a { background-color: #C6F171; }
a { background-color: rgb(198,241,113); }
div.DivClassName
{
background-color: #C6F171;
}
.BgClassName
{
background-color: #C6F171;
}
</style>
border-color css
<style>
span { border-color: #C6F171; }
span { border-color: rgb(198,241,113); }
td.TdClassName
{
border-color: #C6F171;
}
.TagClassName
{
border-color: #C6F171;
}
</style>