Shades of Fuego #C8DA1E
Tints of Fuego #C8DA1E
RGB
CMYK
RGB Variations
Color information
#C8DA1E (or 0xC8DA1E) is known color: Fuego. HEX triplet: C8, DA and 1E. RGB value is (200,218,30). Sum of RGB (Red+Green+Blue) = 200+218+30=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DA1E is #3725E1. Grayscale: #BFBFBF. Windows color (decimal): -3614178 or 2022088. OLE color: 2022088.
HSL color Cylindrical-coordinate representation of color #C8DA1E: hue angle of 65.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8DA1E is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 30 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.15 |
| HSL | 65.74º | 0.76% | 0.49% | - |
| HSV(B) | 65.74º | 0.86% | 0.85% | - |
| XYZ | 49.13 | 62.52 | 10.71 | - |
| YUV | 191.19 | 37.04 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 30 | 0.08 | 0 | 0.86 | 0.15 | 65.74 | 0.76 | 0.49 |
| Hex | C8 | DA | 1E | 8 | 0 | 56 | F | 42 | 4C | 31 |
| Octal | 310 | 332 | 36 | 10 | 0 | 126 | 17 | 102 | 114 | 61 |
| Binary | 11001000 | 11011010 | 11110 | 1000 | 0 | 1010110 | 1111 | 1000010 | 1001100 | 110001 |
Color Harmonies of #C8DA1E
Complementary color
Monochromatic Colors of #C8DA1E
Black with #C8DA1E
Text Example
Text Example
White with #C8DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA1E; }
p { color: rgb(200,218,30); }
H1.HeaderClassName
{
color: #C8DA1E;
}
.AnyTagClassName
{
color: #C8DA1E;
}
</style>
background-color css
<style>
a { background-color: #C8DA1E; }
a { background-color: rgb(200,218,30); }
div.DivClassName
{
background-color: #C8DA1E;
}
.BgClassName
{
background-color: #C8DA1E;
}
</style>
border-color css
<style>
span { border-color: #C8DA1E; }
span { border-color: rgb(200,218,30); }
td.TdClassName
{
border-color: #C8DA1E;
}
.TagClassName
{
border-color: #C8DA1E;
}
</style>