Shades of Sulu #C6FB8C
Tints of Sulu #C6FB8C
RGB
CMYK
RGB Variations
Color information
#C6FB8C (or 0xC6FB8C) is known color: Sulu. HEX triplet: C6, FB and 8C. RGB value is (198,251,140). Sum of RGB (Red+Green+Blue) = 198+251+140=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FB8C is #390473. Grayscale: #DEDEDE. Windows color (decimal): -3736692 or 9239494. OLE color: 9239494.
HSL color Cylindrical-coordinate representation of color #C6FB8C: hue angle of 88.65º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6FB8C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 140 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.02 |
| HSL | 88.65º | 0.93% | 0.77% | - |
| HSV(B) | 88.65º | 0.44% | 0.98% | - |
| XYZ | 62.52 | 82.89 | 37.52 | - |
| YUV | 222.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 140 | 0.21 | 0 | 0.44 | 0.02 | 88.65 | 0.93 | 0.77 |
| Hex | C6 | FB | 8C | 15 | 0 | 2C | 2 | 59 | 5D | 4D |
| Octal | 306 | 373 | 214 | 25 | 0 | 54 | 2 | 131 | 135 | 115 |
| Binary | 11000110 | 11111011 | 10001100 | 10101 | 0 | 101100 | 10 | 1011001 | 1011101 | 1001101 |
Color Harmonies of #C6FB8C
Complementary color
Monochromatic Colors of #C6FB8C
Black with #C6FB8C
Text Example
Text Example
White with #C6FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB8C; }
p { color: rgb(198,251,140); }
H1.HeaderClassName
{
color: #C6FB8C;
}
.AnyTagClassName
{
color: #C6FB8C;
}
</style>
background-color css
<style>
a { background-color: #C6FB8C; }
a { background-color: rgb(198,251,140); }
div.DivClassName
{
background-color: #C6FB8C;
}
.BgClassName
{
background-color: #C6FB8C;
}
</style>
border-color css
<style>
span { border-color: #C6FB8C; }
span { border-color: rgb(198,251,140); }
td.TdClassName
{
border-color: #C6FB8C;
}
.TagClassName
{
border-color: #C6FB8C;
}
</style>