Shades of Sulu #C7E07F
Tints of Sulu #C7E07F
RGB
CMYK
RGB Variations
Color information
#C7E07F (or 0xC7E07F) is known color: Sulu. HEX triplet: C7, E0 and 7F. RGB value is (199,224,127). Sum of RGB (Red+Green+Blue) = 199+224+127=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E07F is #381F80. Grayscale: #CDCDCD. Windows color (decimal): -3678081 or 8380615. OLE color: 8380615.
HSL color Cylindrical-coordinate representation of color #C7E07F: hue angle of 75.46º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7E07F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 127 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.12 |
| HSL | 75.46º | 0.61% | 0.69% | - |
| HSV(B) | 75.46º | 0.43% | 0.88% | - |
| XYZ | 54.04 | 66.99 | 30.16 | - |
| YUV | 205.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 127 | 0.11 | 0 | 0.43 | 0.12 | 75.46 | 0.61 | 0.69 |
| Hex | C7 | E0 | 7F | B | 0 | 2B | C | 4B | 3D | 45 |
| Octal | 307 | 340 | 177 | 13 | 0 | 53 | 14 | 113 | 75 | 105 |
| Binary | 11000111 | 11100000 | 1111111 | 1011 | 0 | 101011 | 1100 | 1001011 | 111101 | 1000101 |
Color Harmonies of #C7E07F
Complementary color
Monochromatic Colors of #C7E07F
Black with #C7E07F
Text Example
Text Example
White with #C7E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E07F; }
p { color: rgb(199,224,127); }
H1.HeaderClassName
{
color: #C7E07F;
}
.AnyTagClassName
{
color: #C7E07F;
}
</style>
background-color css
<style>
a { background-color: #C7E07F; }
a { background-color: rgb(199,224,127); }
div.DivClassName
{
background-color: #C7E07F;
}
.BgClassName
{
background-color: #C7E07F;
}
</style>
border-color css
<style>
span { border-color: #C7E07F; }
span { border-color: rgb(199,224,127); }
td.TdClassName
{
border-color: #C7E07F;
}
.TagClassName
{
border-color: #C7E07F;
}
</style>