Shades of Sulu #C6FB62
Tints of Sulu #C6FB62
RGB
CMYK
RGB Variations
Color information
#C6FB62 (or 0xC6FB62) is known color: Sulu. HEX triplet: C6, FB and 62. RGB value is (198,251,98). Sum of RGB (Red+Green+Blue) = 198+251+98=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FB62 is #39049D. Grayscale: #DADADA. Windows color (decimal): -3736734 or 6486982. OLE color: 6486982.
HSL color Cylindrical-coordinate representation of color #C6FB62: hue angle of 80.78º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6FB62 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 98 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.02 |
| HSL | 80.78º | 0.95% | 0.68% | - |
| HSV(B) | 80.78º | 0.61% | 0.98% | - |
| XYZ | 59.99 | 81.88 | 24.2 | - |
| YUV | 217.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 98 | 0.21 | 0 | 0.61 | 0.02 | 80.78 | 0.95 | 0.68 |
| Hex | C6 | FB | 62 | 15 | 0 | 3D | 2 | 51 | 5F | 44 |
| Octal | 306 | 373 | 142 | 25 | 0 | 75 | 2 | 121 | 137 | 104 |
| Binary | 11000110 | 11111011 | 1100010 | 10101 | 0 | 111101 | 10 | 1010001 | 1011111 | 1000100 |
Color Harmonies of #C6FB62
Complementary color
Monochromatic Colors of #C6FB62
Black with #C6FB62
Text Example
Text Example
White with #C6FB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB62; }
p { color: rgb(198,251,98); }
H1.HeaderClassName
{
color: #C6FB62;
}
.AnyTagClassName
{
color: #C6FB62;
}
</style>
background-color css
<style>
a { background-color: #C6FB62; }
a { background-color: rgb(198,251,98); }
div.DivClassName
{
background-color: #C6FB62;
}
.BgClassName
{
background-color: #C6FB62;
}
</style>
border-color css
<style>
span { border-color: #C6FB62; }
span { border-color: rgb(198,251,98); }
td.TdClassName
{
border-color: #C6FB62;
}
.TagClassName
{
border-color: #C6FB62;
}
</style>