Shades of Sulu #C7E76F
Tints of Sulu #C7E76F
RGB
CMYK
RGB Variations
Color information
#C7E76F (or 0xC7E76F) is known color: Sulu. HEX triplet: C7, E7 and 6F. RGB value is (199,231,111). Sum of RGB (Red+Green+Blue) = 199+231+111=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E76F is #381890. Grayscale: #D0D0D0. Windows color (decimal): -3676305 or 7333831. OLE color: 7333831.
HSL color Cylindrical-coordinate representation of color #C7E76F: hue angle of 76º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7E76F is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 111 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.09 |
| HSL | 76º | 0.71% | 0.67% | - |
| HSV(B) | 76º | 0.52% | 0.91% | - |
| XYZ | 55 | 70.44 | 25.74 | - |
| YUV | 207.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 111 | 0.14 | 0 | 0.52 | 0.09 | 76 | 0.71 | 0.67 |
| Hex | C7 | E7 | 6F | E | 0 | 34 | 9 | 4C | 47 | 43 |
| Octal | 307 | 347 | 157 | 16 | 0 | 64 | 11 | 114 | 107 | 103 |
| Binary | 11000111 | 11100111 | 1101111 | 1110 | 0 | 110100 | 1001 | 1001100 | 1000111 | 1000011 |
Color Harmonies of #C7E76F
Complementary color
Monochromatic Colors of #C7E76F
Black with #C7E76F
Text Example
Text Example
White with #C7E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E76F; }
p { color: rgb(199,231,111); }
H1.HeaderClassName
{
color: #C7E76F;
}
.AnyTagClassName
{
color: #C7E76F;
}
</style>
background-color css
<style>
a { background-color: #C7E76F; }
a { background-color: rgb(199,231,111); }
div.DivClassName
{
background-color: #C7E76F;
}
.BgClassName
{
background-color: #C7E76F;
}
</style>
border-color css
<style>
span { border-color: #C7E76F; }
span { border-color: rgb(199,231,111); }
td.TdClassName
{
border-color: #C7E76F;
}
.TagClassName
{
border-color: #C7E76F;
}
</style>