Shades of Sulu #C7E07D
Tints of Sulu #C7E07D
RGB
CMYK
RGB Variations
Color information
#C7E07D (or 0xC7E07D) is known color: Sulu. HEX triplet: C7, E0 and 7D. RGB value is (199,224,125). Sum of RGB (Red+Green+Blue) = 199+224+125=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E07D is #381F82. Grayscale: #CDCDCD. Windows color (decimal): -3678083 or 8249543. OLE color: 8249543.
HSL color Cylindrical-coordinate representation of color #C7E07D: hue angle of 75.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7E07D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 125 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.12 |
| HSL | 75.15º | 0.61% | 0.68% | - |
| HSV(B) | 75.15º | 0.44% | 0.88% | - |
| XYZ | 53.91 | 66.93 | 29.48 | - |
| YUV | 205.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 125 | 0.11 | 0 | 0.44 | 0.12 | 75.15 | 0.61 | 0.68 |
| Hex | C7 | E0 | 7D | B | 0 | 2C | C | 4B | 3D | 44 |
| Octal | 307 | 340 | 175 | 13 | 0 | 54 | 14 | 113 | 75 | 104 |
| Binary | 11000111 | 11100000 | 1111101 | 1011 | 0 | 101100 | 1100 | 1001011 | 111101 | 1000100 |
Color Harmonies of #C7E07D
Complementary color
Monochromatic Colors of #C7E07D
Black with #C7E07D
Text Example
Text Example
White with #C7E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E07D; }
p { color: rgb(199,224,125); }
H1.HeaderClassName
{
color: #C7E07D;
}
.AnyTagClassName
{
color: #C7E07D;
}
</style>
background-color css
<style>
a { background-color: #C7E07D; }
a { background-color: rgb(199,224,125); }
div.DivClassName
{
background-color: #C7E07D;
}
.BgClassName
{
background-color: #C7E07D;
}
</style>
border-color css
<style>
span { border-color: #C7E07D; }
span { border-color: rgb(199,224,125); }
td.TdClassName
{
border-color: #C7E07D;
}
.TagClassName
{
border-color: #C7E07D;
}
</style>