Shades of Fuego #C1DA27
Tints of Fuego #C1DA27
RGB
CMYK
RGB Variations
Color information
#C1DA27 (or 0xC1DA27) is known color: Fuego. HEX triplet: C1, DA and 27. RGB value is (193,218,39). Sum of RGB (Red+Green+Blue) = 193+218+39=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA27 is #3E25D8. Grayscale: #BEBEBE. Windows color (decimal): -4072921 or 2611905. OLE color: 2611905.
HSL color Cylindrical-coordinate representation of color #C1DA27: hue angle of 68.38º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1DA27 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 39 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.15 |
| HSL | 68.38º | 0.71% | 0.5% | - |
| HSV(B) | 68.38º | 0.82% | 0.85% | - |
| XYZ | 47.43 | 61.63 | 11.31 | - |
| YUV | 190.12 | 42.72 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 39 | 0.11 | 0 | 0.82 | 0.15 | 68.38 | 0.71 | 0.5 |
| Hex | C1 | DA | 27 | B | 0 | 52 | F | 44 | 47 | 32 |
| Octal | 301 | 332 | 47 | 13 | 0 | 122 | 17 | 104 | 107 | 62 |
| Binary | 11000001 | 11011010 | 100111 | 1011 | 0 | 1010010 | 1111 | 1000100 | 1000111 | 110010 |
Color Harmonies of #C1DA27
Complementary color
Monochromatic Colors of #C1DA27
Black with #C1DA27
Text Example
Text Example
White with #C1DA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DA27; }
p { color: rgb(193,218,39); }
H1.HeaderClassName
{
color: #C1DA27;
}
.AnyTagClassName
{
color: #C1DA27;
}
</style>
background-color css
<style>
a { background-color: #C1DA27; }
a { background-color: rgb(193,218,39); }
div.DivClassName
{
background-color: #C1DA27;
}
.BgClassName
{
background-color: #C1DA27;
}
</style>
border-color css
<style>
span { border-color: #C1DA27; }
span { border-color: rgb(193,218,39); }
td.TdClassName
{
border-color: #C1DA27;
}
.TagClassName
{
border-color: #C1DA27;
}
</style>