Shades of Sulu #C6ED68
Tints of Sulu #C6ED68
RGB
CMYK
RGB Variations
Color information
#C6ED68 (or 0xC6ED68) is known color: Sulu. HEX triplet: C6, ED and 68. RGB value is (198,237,104). Sum of RGB (Red+Green+Blue) = 198+237+104=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED68 is #391297. Grayscale: #D2D2D2. Windows color (decimal): -3740312 or 6876614. OLE color: 6876614.
HSL color Cylindrical-coordinate representation of color #C6ED68: hue angle of 77.59º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6ED68 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 104 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.07 |
| HSL | 77.59º | 0.79% | 0.67% | - |
| HSV(B) | 77.59º | 0.56% | 0.93% | - |
| XYZ | 56.07 | 73.57 | 24.34 | - |
| YUV | 210.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 104 | 0.16 | 0 | 0.56 | 0.07 | 77.59 | 0.79 | 0.67 |
| Hex | C6 | ED | 68 | 10 | 0 | 38 | 7 | 4E | 4F | 43 |
| Octal | 306 | 355 | 150 | 20 | 0 | 70 | 7 | 116 | 117 | 103 |
| Binary | 11000110 | 11101101 | 1101000 | 10000 | 0 | 111000 | 111 | 1001110 | 1001111 | 1000011 |
Color Harmonies of #C6ED68
Complementary color
Monochromatic Colors of #C6ED68
Black with #C6ED68
Text Example
Text Example
White with #C6ED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ED68; }
p { color: rgb(198,237,104); }
H1.HeaderClassName
{
color: #C6ED68;
}
.AnyTagClassName
{
color: #C6ED68;
}
</style>
background-color css
<style>
a { background-color: #C6ED68; }
a { background-color: rgb(198,237,104); }
div.DivClassName
{
background-color: #C6ED68;
}
.BgClassName
{
background-color: #C6ED68;
}
</style>
border-color css
<style>
span { border-color: #C6ED68; }
span { border-color: rgb(198,237,104); }
td.TdClassName
{
border-color: #C6ED68;
}
.TagClassName
{
border-color: #C6ED68;
}
</style>