Shades of Sulu #C6FB78
Tints of Sulu #C6FB78
RGB
CMYK
RGB Variations
Color information
#C6FB78 (or 0xC6FB78) is known color: Sulu. HEX triplet: C6, FB and 78. RGB value is (198,251,120). Sum of RGB (Red+Green+Blue) = 198+251+120=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FB78 is #390487. Grayscale: #DCDCDC. Windows color (decimal): -3736712 or 7928774. OLE color: 7928774.
HSL color Cylindrical-coordinate representation of color #C6FB78: hue angle of 84.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6FB78 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 120 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.02 |
| HSL | 84.27º | 0.94% | 0.73% | - |
| HSV(B) | 84.27º | 0.52% | 0.98% | - |
| XYZ | 61.18 | 82.36 | 30.44 | - |
| YUV | 220.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 120 | 0.21 | 0 | 0.52 | 0.02 | 84.27 | 0.94 | 0.73 |
| Hex | C6 | FB | 78 | 15 | 0 | 34 | 2 | 54 | 5E | 49 |
| Octal | 306 | 373 | 170 | 25 | 0 | 64 | 2 | 124 | 136 | 111 |
| Binary | 11000110 | 11111011 | 1111000 | 10101 | 0 | 110100 | 10 | 1010100 | 1011110 | 1001001 |
Color Harmonies of #C6FB78
Complementary color
Monochromatic Colors of #C6FB78
Black with #C6FB78
Text Example
Text Example
White with #C6FB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB78; }
p { color: rgb(198,251,120); }
H1.HeaderClassName
{
color: #C6FB78;
}
.AnyTagClassName
{
color: #C6FB78;
}
</style>
background-color css
<style>
a { background-color: #C6FB78; }
a { background-color: rgb(198,251,120); }
div.DivClassName
{
background-color: #C6FB78;
}
.BgClassName
{
background-color: #C6FB78;
}
</style>
border-color css
<style>
span { border-color: #C6FB78; }
span { border-color: rgb(198,251,120); }
td.TdClassName
{
border-color: #C6FB78;
}
.TagClassName
{
border-color: #C6FB78;
}
</style>