Shades of Fuego #C8DA2A
Tints of Fuego #C8DA2A
RGB
CMYK
RGB Variations
Color information
#C8DA2A (or 0xC8DA2A) is known color: Fuego. HEX triplet: C8, DA and 2A. RGB value is (200,218,42). Sum of RGB (Red+Green+Blue) = 200+218+42=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DA2A is #3725D5. Grayscale: #C1C1C1. Windows color (decimal): -3614166 or 2808520. OLE color: 2808520.
HSL color Cylindrical-coordinate representation of color #C8DA2A: hue angle of 66.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8DA2A is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 42 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.15 |
| HSL | 66.14º | 0.7% | 0.51% | - |
| HSV(B) | 66.14º | 0.81% | 0.85% | - |
| XYZ | 49.31 | 62.59 | 11.67 | - |
| YUV | 192.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 42 | 0.08 | 0 | 0.81 | 0.15 | 66.14 | 0.7 | 0.51 |
| Hex | C8 | DA | 2A | 8 | 0 | 51 | F | 42 | 46 | 33 |
| Octal | 310 | 332 | 52 | 10 | 0 | 121 | 17 | 102 | 106 | 63 |
| Binary | 11001000 | 11011010 | 101010 | 1000 | 0 | 1010001 | 1111 | 1000010 | 1000110 | 110011 |
Color Harmonies of #C8DA2A
Complementary color
Monochromatic Colors of #C8DA2A
Black with #C8DA2A
Text Example
Text Example
White with #C8DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA2A; }
p { color: rgb(200,218,42); }
H1.HeaderClassName
{
color: #C8DA2A;
}
.AnyTagClassName
{
color: #C8DA2A;
}
</style>
background-color css
<style>
a { background-color: #C8DA2A; }
a { background-color: rgb(200,218,42); }
div.DivClassName
{
background-color: #C8DA2A;
}
.BgClassName
{
background-color: #C8DA2A;
}
</style>
border-color css
<style>
span { border-color: #C8DA2A; }
span { border-color: rgb(200,218,42); }
td.TdClassName
{
border-color: #C8DA2A;
}
.TagClassName
{
border-color: #C8DA2A;
}
</style>