Shades of Fuego #C0DF2F
Tints of Fuego #C0DF2F
RGB
CMYK
RGB Variations
Color information
#C0DF2F (or 0xC0DF2F) is known color: Fuego. HEX triplet: C0, DF and 2F. RGB value is (192,223,47). Sum of RGB (Red+Green+Blue) = 192+223+47=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF2F is #3F20D0. Grayscale: #C2C2C2. Windows color (decimal): -4137169 or 3137472. OLE color: 3137472.
HSL color Cylindrical-coordinate representation of color #C0DF2F: hue angle of 70.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0DF2F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 47 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.13 |
| HSL | 70.57º | 0.73% | 0.53% | - |
| HSV(B) | 70.57º | 0.79% | 0.87% | - |
| XYZ | 48.64 | 64.19 | 12.52 | - |
| YUV | 193.67 | 45.23 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 47 | 0.14 | 0 | 0.79 | 0.13 | 70.57 | 0.73 | 0.53 |
| Hex | C0 | DF | 2F | E | 0 | 4F | D | 47 | 49 | 35 |
| Octal | 300 | 337 | 57 | 16 | 0 | 117 | 15 | 107 | 111 | 65 |
| Binary | 11000000 | 11011111 | 101111 | 1110 | 0 | 1001111 | 1101 | 1000111 | 1001001 | 110101 |
Color Harmonies of #C0DF2F
Complementary color
Monochromatic Colors of #C0DF2F
Black with #C0DF2F
Text Example
Text Example
White with #C0DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF2F; }
p { color: rgb(192,223,47); }
H1.HeaderClassName
{
color: #C0DF2F;
}
.AnyTagClassName
{
color: #C0DF2F;
}
</style>
background-color css
<style>
a { background-color: #C0DF2F; }
a { background-color: rgb(192,223,47); }
div.DivClassName
{
background-color: #C0DF2F;
}
.BgClassName
{
background-color: #C0DF2F;
}
</style>
border-color css
<style>
span { border-color: #C0DF2F; }
span { border-color: rgb(192,223,47); }
td.TdClassName
{
border-color: #C0DF2F;
}
.TagClassName
{
border-color: #C0DF2F;
}
</style>