Shades of Sulu #C6ED6A
Tints of Sulu #C6ED6A
RGB
CMYK
RGB Variations
Color information
#C6ED6A (or 0xC6ED6A) is known color: Sulu. HEX triplet: C6, ED and 6A. RGB value is (198,237,106). Sum of RGB (Red+Green+Blue) = 198+237+106=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED6A is #391295. Grayscale: #D2D2D2. Windows color (decimal): -3740310 or 7007686. OLE color: 7007686.
HSL color Cylindrical-coordinate representation of color #C6ED6A: hue angle of 77.86º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6ED6A is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 106 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.07 |
| HSL | 77.86º | 0.78% | 0.67% | - |
| HSV(B) | 77.86º | 0.55% | 0.93% | - |
| XYZ | 56.17 | 73.61 | 24.88 | - |
| YUV | 210.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 106 | 0.16 | 0 | 0.55 | 0.07 | 77.86 | 0.78 | 0.67 |
| Hex | C6 | ED | 6A | 10 | 0 | 37 | 7 | 4E | 4E | 43 |
| Octal | 306 | 355 | 152 | 20 | 0 | 67 | 7 | 116 | 116 | 103 |
| Binary | 11000110 | 11101101 | 1101010 | 10000 | 0 | 110111 | 111 | 1001110 | 1001110 | 1000011 |
Color Harmonies of #C6ED6A
Complementary color
Monochromatic Colors of #C6ED6A
Black with #C6ED6A
Text Example
Text Example
White with #C6ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ED6A; }
p { color: rgb(198,237,106); }
H1.HeaderClassName
{
color: #C6ED6A;
}
.AnyTagClassName
{
color: #C6ED6A;
}
</style>
background-color css
<style>
a { background-color: #C6ED6A; }
a { background-color: rgb(198,237,106); }
div.DivClassName
{
background-color: #C6ED6A;
}
.BgClassName
{
background-color: #C6ED6A;
}
</style>
border-color css
<style>
span { border-color: #C6ED6A; }
span { border-color: rgb(198,237,106); }
td.TdClassName
{
border-color: #C6ED6A;
}
.TagClassName
{
border-color: #C6ED6A;
}
</style>