Shades of Sulu #C6F87D
Tints of Sulu #C6F87D
RGB
CMYK
RGB Variations
Color information
#C6F87D (or 0xC6F87D) is known color: Sulu. HEX triplet: C6, F8 and 7D. RGB value is (198,248,125). Sum of RGB (Red+Green+Blue) = 198+248+125=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F87D is #390782. Grayscale: #DBDBDB. Windows color (decimal): -3737475 or 8255686. OLE color: 8255686.
HSL color Cylindrical-coordinate representation of color #C6F87D: hue angle of 84.39º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6F87D is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 125 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.03 |
| HSL | 84.39º | 0.9% | 0.73% | - |
| HSV(B) | 84.39º | 0.5% | 0.97% | - |
| XYZ | 60.56 | 80.62 | 31.77 | - |
| YUV | 219.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 125 | 0.20 | 0 | 0.50 | 0.03 | 84.39 | 0.9 | 0.73 |
| Hex | C6 | F8 | 7D | 14 | 0 | 32 | 3 | 54 | 5A | 49 |
| Octal | 306 | 370 | 175 | 24 | 0 | 62 | 3 | 124 | 132 | 111 |
| Binary | 11000110 | 11111000 | 1111101 | 10100 | 0 | 110010 | 11 | 1010100 | 1011010 | 1001001 |
Color Harmonies of #C6F87D
Complementary color
Monochromatic Colors of #C6F87D
Black with #C6F87D
Text Example
Text Example
White with #C6F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F87D; }
p { color: rgb(198,248,125); }
H1.HeaderClassName
{
color: #C6F87D;
}
.AnyTagClassName
{
color: #C6F87D;
}
</style>
background-color css
<style>
a { background-color: #C6F87D; }
a { background-color: rgb(198,248,125); }
div.DivClassName
{
background-color: #C6F87D;
}
.BgClassName
{
background-color: #C6F87D;
}
</style>
border-color css
<style>
span { border-color: #C6F87D; }
span { border-color: rgb(198,248,125); }
td.TdClassName
{
border-color: #C6F87D;
}
.TagClassName
{
border-color: #C6F87D;
}
</style>