Shades of Fuego #C2D027
Tints of Fuego #C2D027
RGB
CMYK
RGB Variations
Color information
#C2D027 (or 0xC2D027) is known color: Fuego. HEX triplet: C2, D0 and 27. RGB value is (194,208,39). Sum of RGB (Red+Green+Blue) = 194+208+39=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D027 is #3D2FD8. Grayscale: #B9B9B9. Windows color (decimal): -4009945 or 2609346. OLE color: 2609346.
HSL color Cylindrical-coordinate representation of color #C2D027: hue angle of 64.97º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2D027 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 39 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.18 |
| HSL | 64.97º | 0.68% | 0.48% | - |
| HSV(B) | 64.97º | 0.81% | 0.82% | - |
| XYZ | 45.17 | 56.73 | 10.49 | - |
| YUV | 184.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 39 | 0.07 | 0 | 0.81 | 0.18 | 64.97 | 0.68 | 0.48 |
| Hex | C2 | D0 | 27 | 7 | 0 | 51 | 12 | 41 | 44 | 30 |
| Octal | 302 | 320 | 47 | 7 | 0 | 121 | 22 | 101 | 104 | 60 |
| Binary | 11000010 | 11010000 | 100111 | 111 | 0 | 1010001 | 10010 | 1000001 | 1000100 | 110000 |
Color Harmonies of #C2D027
Complementary color
Monochromatic Colors of #C2D027
Black with #C2D027
Text Example
Text Example
White with #C2D027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D027; }
p { color: rgb(194,208,39); }
H1.HeaderClassName
{
color: #C2D027;
}
.AnyTagClassName
{
color: #C2D027;
}
</style>
background-color css
<style>
a { background-color: #C2D027; }
a { background-color: rgb(194,208,39); }
div.DivClassName
{
background-color: #C2D027;
}
.BgClassName
{
background-color: #C2D027;
}
</style>
border-color css
<style>
span { border-color: #C2D027; }
span { border-color: rgb(194,208,39); }
td.TdClassName
{
border-color: #C2D027;
}
.TagClassName
{
border-color: #C2D027;
}
</style>