Shades of Fuego #C3D827
Tints of Fuego #C3D827
RGB
CMYK
RGB Variations
Color information
#C3D827 (or 0xC3D827) is known color: Fuego. HEX triplet: C3, D8 and 27. RGB value is (195,216,39). Sum of RGB (Red+Green+Blue) = 195+216+39=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D827 is #3C27D8. Grayscale: #BEBEBE. Windows color (decimal): -3942361 or 2611395. OLE color: 2611395.
HSL color Cylindrical-coordinate representation of color #C3D827: hue angle of 67.12º degrees, saturation: 0.69, 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 #C3D827 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 39 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.15 |
| HSL | 67.12º | 0.69% | 0.5% | - |
| HSV(B) | 67.12º | 0.82% | 0.85% | - |
| XYZ | 47.43 | 60.86 | 11.17 | - |
| YUV | 189.54 | 43.04 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 39 | 0.10 | 0 | 0.82 | 0.15 | 67.12 | 0.69 | 0.5 |
| Hex | C3 | D8 | 27 | A | 0 | 52 | F | 43 | 45 | 32 |
| Octal | 303 | 330 | 47 | 12 | 0 | 122 | 17 | 103 | 105 | 62 |
| Binary | 11000011 | 11011000 | 100111 | 1010 | 0 | 1010010 | 1111 | 1000011 | 1000101 | 110010 |
Color Harmonies of #C3D827
Complementary color
Monochromatic Colors of #C3D827
Black with #C3D827
Text Example
Text Example
White with #C3D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D827; }
p { color: rgb(195,216,39); }
H1.HeaderClassName
{
color: #C3D827;
}
.AnyTagClassName
{
color: #C3D827;
}
</style>
background-color css
<style>
a { background-color: #C3D827; }
a { background-color: rgb(195,216,39); }
div.DivClassName
{
background-color: #C3D827;
}
.BgClassName
{
background-color: #C3D827;
}
</style>
border-color css
<style>
span { border-color: #C3D827; }
span { border-color: rgb(195,216,39); }
td.TdClassName
{
border-color: #C3D827;
}
.TagClassName
{
border-color: #C3D827;
}
</style>