Shades of Sulu #C6FB66
Tints of Sulu #C6FB66
RGB
CMYK
RGB Variations
Color information
#C6FB66 (or 0xC6FB66) is known color: Sulu. HEX triplet: C6, FB and 66. RGB value is (198,251,102). Sum of RGB (Red+Green+Blue) = 198+251+102=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FB66 is #390499. Grayscale: #DADADA. Windows color (decimal): -3736730 or 6749126. OLE color: 6749126.
HSL color Cylindrical-coordinate representation of color #C6FB66: hue angle of 81.34º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6FB66 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 102 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.02 |
| HSL | 81.34º | 0.95% | 0.69% | - |
| HSV(B) | 81.34º | 0.59% | 0.98% | - |
| XYZ | 60.18 | 81.96 | 25.22 | - |
| YUV | 218.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 102 | 0.21 | 0 | 0.59 | 0.02 | 81.34 | 0.95 | 0.69 |
| Hex | C6 | FB | 66 | 15 | 0 | 3B | 2 | 51 | 5F | 45 |
| Octal | 306 | 373 | 146 | 25 | 0 | 73 | 2 | 121 | 137 | 105 |
| Binary | 11000110 | 11111011 | 1100110 | 10101 | 0 | 111011 | 10 | 1010001 | 1011111 | 1000101 |
Color Harmonies of #C6FB66
Complementary color
Monochromatic Colors of #C6FB66
Black with #C6FB66
Text Example
Text Example
White with #C6FB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB66; }
p { color: rgb(198,251,102); }
H1.HeaderClassName
{
color: #C6FB66;
}
.AnyTagClassName
{
color: #C6FB66;
}
</style>
background-color css
<style>
a { background-color: #C6FB66; }
a { background-color: rgb(198,251,102); }
div.DivClassName
{
background-color: #C6FB66;
}
.BgClassName
{
background-color: #C6FB66;
}
</style>
border-color css
<style>
span { border-color: #C6FB66; }
span { border-color: rgb(198,251,102); }
td.TdClassName
{
border-color: #C6FB66;
}
.TagClassName
{
border-color: #C6FB66;
}
</style>