Shades of Fuego #C7DD27
Tints of Fuego #C7DD27
RGB
CMYK
RGB Variations
Color information
#C7DD27 (or 0xC7DD27) is known color: Fuego. HEX triplet: C7, DD and 27. RGB value is (199,221,39). Sum of RGB (Red+Green+Blue) = 199+221+39=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DD27 is #3822D8. Grayscale: #C2C2C2. Windows color (decimal): -3678937 or 2612679. OLE color: 2612679.
HSL color Cylindrical-coordinate representation of color #C7DD27: hue angle of 67.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7DD27 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 39 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.13 |
| HSL | 67.25º | 0.73% | 0.51% | - |
| HSV(B) | 67.25º | 0.82% | 0.87% | - |
| XYZ | 49.78 | 64 | 11.65 | - |
| YUV | 193.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 39 | 0.10 | 0 | 0.82 | 0.13 | 67.25 | 0.73 | 0.51 |
| Hex | C7 | DD | 27 | A | 0 | 52 | D | 43 | 49 | 33 |
| Octal | 307 | 335 | 47 | 12 | 0 | 122 | 15 | 103 | 111 | 63 |
| Binary | 11000111 | 11011101 | 100111 | 1010 | 0 | 1010010 | 1101 | 1000011 | 1001001 | 110011 |
Color Harmonies of #C7DD27
Complementary color
Monochromatic Colors of #C7DD27
Black with #C7DD27
Text Example
Text Example
White with #C7DD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD27; }
p { color: rgb(199,221,39); }
H1.HeaderClassName
{
color: #C7DD27;
}
.AnyTagClassName
{
color: #C7DD27;
}
</style>
background-color css
<style>
a { background-color: #C7DD27; }
a { background-color: rgb(199,221,39); }
div.DivClassName
{
background-color: #C7DD27;
}
.BgClassName
{
background-color: #C7DD27;
}
</style>
border-color css
<style>
span { border-color: #C7DD27; }
span { border-color: rgb(199,221,39); }
td.TdClassName
{
border-color: #C7DD27;
}
.TagClassName
{
border-color: #C7DD27;
}
</style>