Shades of Fuego #C7DF28
Tints of Fuego #C7DF28
RGB
CMYK
RGB Variations
Color information
#C7DF28 (or 0xC7DF28) is known color: Fuego. HEX triplet: C7, DF and 28. RGB value is (199,223,40). Sum of RGB (Red+Green+Blue) = 199+223+40=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DF28 is #3820D7. Grayscale: #C3C3C3. Windows color (decimal): -3678424 or 2678727. OLE color: 2678727.
HSL color Cylindrical-coordinate representation of color #C7DF28: hue angle of 67.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7DF28 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 223 | 40 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.13 |
| HSL | 67.87º | 0.74% | 0.52% | - |
| HSV(B) | 67.87º | 0.82% | 0.87% | - |
| XYZ | 50.32 | 65.07 | 11.92 | - |
| YUV | 194.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 40 | 0.11 | 0 | 0.82 | 0.13 | 67.87 | 0.74 | 0.52 |
| Hex | C7 | DF | 28 | B | 0 | 52 | D | 44 | 4A | 34 |
| Octal | 307 | 337 | 50 | 13 | 0 | 122 | 15 | 104 | 112 | 64 |
| Binary | 11000111 | 11011111 | 101000 | 1011 | 0 | 1010010 | 1101 | 1000100 | 1001010 | 110100 |
Color Harmonies of #C7DF28
Complementary color
Monochromatic Colors of #C7DF28
Black with #C7DF28
Text Example
Text Example
White with #C7DF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DF28; }
p { color: rgb(199,223,40); }
H1.HeaderClassName
{
color: #C7DF28;
}
.AnyTagClassName
{
color: #C7DF28;
}
</style>
background-color css
<style>
a { background-color: #C7DF28; }
a { background-color: rgb(199,223,40); }
div.DivClassName
{
background-color: #C7DF28;
}
.BgClassName
{
background-color: #C7DF28;
}
</style>
border-color css
<style>
span { border-color: #C7DF28; }
span { border-color: rgb(199,223,40); }
td.TdClassName
{
border-color: #C7DF28;
}
.TagClassName
{
border-color: #C7DF28;
}
</style>