Shades of Sulu #C6F26B
Tints of Sulu #C6F26B
RGB
CMYK
RGB Variations
Color information
#C6F26B (or 0xC6F26B) is known color: Sulu. HEX triplet: C6, F2 and 6B. RGB value is (198,242,107). Sum of RGB (Red+Green+Blue) = 198+242+107=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F26B is #390D94. Grayscale: #D5D5D5. Windows color (decimal): -3739029 or 7074502. OLE color: 7074502.
HSL color Cylindrical-coordinate representation of color #C6F26B: hue angle of 79.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6F26B is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 107 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.05 |
| HSL | 79.56º | 0.84% | 0.68% | - |
| HSV(B) | 79.56º | 0.56% | 0.95% | - |
| XYZ | 57.69 | 76.57 | 25.65 | - |
| YUV | 213.45 | 67.92 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 107 | 0.18 | 0 | 0.56 | 0.05 | 79.56 | 0.84 | 0.68 |
| Hex | C6 | F2 | 6B | 12 | 0 | 38 | 5 | 50 | 54 | 44 |
| Octal | 306 | 362 | 153 | 22 | 0 | 70 | 5 | 120 | 124 | 104 |
| Binary | 11000110 | 11110010 | 1101011 | 10010 | 0 | 111000 | 101 | 1010000 | 1010100 | 1000100 |
Color Harmonies of #C6F26B
Complementary color
Monochromatic Colors of #C6F26B
Black with #C6F26B
Text Example
Text Example
White with #C6F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F26B; }
p { color: rgb(198,242,107); }
H1.HeaderClassName
{
color: #C6F26B;
}
.AnyTagClassName
{
color: #C6F26B;
}
</style>
background-color css
<style>
a { background-color: #C6F26B; }
a { background-color: rgb(198,242,107); }
div.DivClassName
{
background-color: #C6F26B;
}
.BgClassName
{
background-color: #C6F26B;
}
</style>
border-color css
<style>
span { border-color: #C6F26B; }
span { border-color: rgb(198,242,107); }
td.TdClassName
{
border-color: #C6F26B;
}
.TagClassName
{
border-color: #C6F26B;
}
</style>