Shades of Sulu #C7DF75
Tints of Sulu #C7DF75
RGB
CMYK
RGB Variations
Color information
#C7DF75 (or 0xC7DF75) is known color: Sulu. HEX triplet: C7, DF and 75. RGB value is (199,223,117). Sum of RGB (Red+Green+Blue) = 199+223+117=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DF75 is #38208A. Grayscale: #CCCCCC. Windows color (decimal): -3678347 or 7724999. OLE color: 7724999.
HSL color Cylindrical-coordinate representation of color #C7DF75: hue angle of 73.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7DF75 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 223 | 117 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.13 |
| HSL | 73.58º | 0.62% | 0.67% | - |
| HSV(B) | 73.58º | 0.48% | 0.87% | - |
| XYZ | 53.15 | 66.2 | 26.81 | - |
| YUV | 203.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 117 | 0.11 | 0 | 0.48 | 0.13 | 73.58 | 0.62 | 0.67 |
| Hex | C7 | DF | 75 | B | 0 | 30 | D | 4A | 3E | 43 |
| Octal | 307 | 337 | 165 | 13 | 0 | 60 | 15 | 112 | 76 | 103 |
| Binary | 11000111 | 11011111 | 1110101 | 1011 | 0 | 110000 | 1101 | 1001010 | 111110 | 1000011 |
Color Harmonies of #C7DF75
Complementary color
Monochromatic Colors of #C7DF75
Black with #C7DF75
Text Example
Text Example
White with #C7DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DF75; }
p { color: rgb(199,223,117); }
H1.HeaderClassName
{
color: #C7DF75;
}
.AnyTagClassName
{
color: #C7DF75;
}
</style>
background-color css
<style>
a { background-color: #C7DF75; }
a { background-color: rgb(199,223,117); }
div.DivClassName
{
background-color: #C7DF75;
}
.BgClassName
{
background-color: #C7DF75;
}
</style>
border-color css
<style>
span { border-color: #C7DF75; }
span { border-color: rgb(199,223,117); }
td.TdClassName
{
border-color: #C7DF75;
}
.TagClassName
{
border-color: #C7DF75;
}
</style>