Shades of Sulu #C7DF7F
Tints of Sulu #C7DF7F
RGB
CMYK
RGB Variations
Color information
#C7DF7F (or 0xC7DF7F) is known color: Sulu. HEX triplet: C7, DF and 7F. RGB value is (199,223,127). Sum of RGB (Red+Green+Blue) = 199+223+127=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DF7F is #382080. Grayscale: #CDCDCD. Windows color (decimal): -3678337 or 8380359. OLE color: 8380359.
HSL color Cylindrical-coordinate representation of color #C7DF7F: hue angle of 75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7DF7F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 223 | 127 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.13 |
| HSL | 75º | 0.6% | 0.69% | - |
| HSV(B) | 75º | 0.43% | 0.87% | - |
| XYZ | 53.77 | 66.45 | 30.07 | - |
| YUV | 204.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 127 | 0.11 | 0 | 0.43 | 0.13 | 75 | 0.6 | 0.69 |
| Hex | C7 | DF | 7F | B | 0 | 2B | D | 4B | 3C | 45 |
| Octal | 307 | 337 | 177 | 13 | 0 | 53 | 15 | 113 | 74 | 105 |
| Binary | 11000111 | 11011111 | 1111111 | 1011 | 0 | 101011 | 1101 | 1001011 | 111100 | 1000101 |
Color Harmonies of #C7DF7F
Complementary color
Monochromatic Colors of #C7DF7F
Black with #C7DF7F
Text Example
Text Example
White with #C7DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DF7F; }
p { color: rgb(199,223,127); }
H1.HeaderClassName
{
color: #C7DF7F;
}
.AnyTagClassName
{
color: #C7DF7F;
}
</style>
background-color css
<style>
a { background-color: #C7DF7F; }
a { background-color: rgb(199,223,127); }
div.DivClassName
{
background-color: #C7DF7F;
}
.BgClassName
{
background-color: #C7DF7F;
}
</style>
border-color css
<style>
span { border-color: #C7DF7F; }
span { border-color: rgb(199,223,127); }
td.TdClassName
{
border-color: #C7DF7F;
}
.TagClassName
{
border-color: #C7DF7F;
}
</style>