Shades of Sulu #C7E27D
Tints of Sulu #C7E27D
RGB
CMYK
RGB Variations
Color information
#C7E27D (or 0xC7E27D) is known color: Sulu. HEX triplet: C7, E2 and 7D. RGB value is (199,226,125). Sum of RGB (Red+Green+Blue) = 199+226+125=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E27D is #381D82. Grayscale: #CECECE. Windows color (decimal): -3677571 or 8250055. OLE color: 8250055.
HSL color Cylindrical-coordinate representation of color #C7E27D: hue angle of 76.04º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7E27D is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 226 | 125 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.11 |
| HSL | 76.04º | 0.64% | 0.69% | - |
| HSV(B) | 76.04º | 0.45% | 0.89% | - |
| XYZ | 54.45 | 68.02 | 29.66 | - |
| YUV | 206.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 125 | 0.12 | 0 | 0.45 | 0.11 | 76.04 | 0.64 | 0.69 |
| Hex | C7 | E2 | 7D | C | 0 | 2D | B | 4C | 40 | 45 |
| Octal | 307 | 342 | 175 | 14 | 0 | 55 | 13 | 114 | 100 | 105 |
| Binary | 11000111 | 11100010 | 1111101 | 1100 | 0 | 101101 | 1011 | 1001100 | 1000000 | 1000101 |
Color Harmonies of #C7E27D
Complementary color
Monochromatic Colors of #C7E27D
Black with #C7E27D
Text Example
Text Example
White with #C7E27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E27D; }
p { color: rgb(199,226,125); }
H1.HeaderClassName
{
color: #C7E27D;
}
.AnyTagClassName
{
color: #C7E27D;
}
</style>
background-color css
<style>
a { background-color: #C7E27D; }
a { background-color: rgb(199,226,125); }
div.DivClassName
{
background-color: #C7E27D;
}
.BgClassName
{
background-color: #C7E27D;
}
</style>
border-color css
<style>
span { border-color: #C7E27D; }
span { border-color: rgb(199,226,125); }
td.TdClassName
{
border-color: #C7E27D;
}
.TagClassName
{
border-color: #C7E27D;
}
</style>