Shades of Sulu #C7ED6D
Tints of Sulu #C7ED6D
RGB
CMYK
RGB Variations
Color information
#C7ED6D (or 0xC7ED6D) is known color: Sulu. HEX triplet: C7, ED and 6D. RGB value is (199,237,109). Sum of RGB (Red+Green+Blue) = 199+237+109=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7ED6D is #381292. Grayscale: #D3D3D3. Windows color (decimal): -3674771 or 7204295. OLE color: 7204295.
HSL color Cylindrical-coordinate representation of color #C7ED6D: hue angle of 77.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7ED6D is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 109 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.07 |
| HSL | 77.81º | 0.78% | 0.68% | - |
| HSV(B) | 77.81º | 0.54% | 0.93% | - |
| XYZ | 56.6 | 73.81 | 25.73 | - |
| YUV | 211.05 | 70.41 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 109 | 0.16 | 0 | 0.54 | 0.07 | 77.81 | 0.78 | 0.68 |
| Hex | C7 | ED | 6D | 10 | 0 | 36 | 7 | 4E | 4E | 44 |
| Octal | 307 | 355 | 155 | 20 | 0 | 66 | 7 | 116 | 116 | 104 |
| Binary | 11000111 | 11101101 | 1101101 | 10000 | 0 | 110110 | 111 | 1001110 | 1001110 | 1000100 |
Color Harmonies of #C7ED6D
Complementary color
Monochromatic Colors of #C7ED6D
Black with #C7ED6D
Text Example
Text Example
White with #C7ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED6D; }
p { color: rgb(199,237,109); }
H1.HeaderClassName
{
color: #C7ED6D;
}
.AnyTagClassName
{
color: #C7ED6D;
}
</style>
background-color css
<style>
a { background-color: #C7ED6D; }
a { background-color: rgb(199,237,109); }
div.DivClassName
{
background-color: #C7ED6D;
}
.BgClassName
{
background-color: #C7ED6D;
}
</style>
border-color css
<style>
span { border-color: #C7ED6D; }
span { border-color: rgb(199,237,109); }
td.TdClassName
{
border-color: #C7ED6D;
}
.TagClassName
{
border-color: #C7ED6D;
}
</style>