Shades of Fuego #C6DE27
Tints of Fuego #C6DE27
RGB
CMYK
RGB Variations
Color information
#C6DE27 (or 0xC6DE27) is known color: Fuego. HEX triplet: C6, DE and 27. RGB value is (198,222,39). Sum of RGB (Red+Green+Blue) = 198+222+39=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DE27 is #3921D8. Grayscale: #C2C2C2. Windows color (decimal): -3744217 or 2612934. OLE color: 2612934.
HSL color Cylindrical-coordinate representation of color #C6DE27: hue angle of 67.87º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6DE27 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 222 | 39 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.13 |
| HSL | 67.87º | 0.73% | 0.51% | - |
| HSV(B) | 67.87º | 0.82% | 0.87% | - |
| XYZ | 49.78 | 64.39 | 11.73 | - |
| YUV | 193.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 39 | 0.11 | 0 | 0.82 | 0.13 | 67.87 | 0.73 | 0.51 |
| Hex | C6 | DE | 27 | B | 0 | 52 | D | 44 | 49 | 33 |
| Octal | 306 | 336 | 47 | 13 | 0 | 122 | 15 | 104 | 111 | 63 |
| Binary | 11000110 | 11011110 | 100111 | 1011 | 0 | 1010010 | 1101 | 1000100 | 1001001 | 110011 |
Color Harmonies of #C6DE27
Complementary color
Monochromatic Colors of #C6DE27
Black with #C6DE27
Text Example
Text Example
White with #C6DE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DE27; }
p { color: rgb(198,222,39); }
H1.HeaderClassName
{
color: #C6DE27;
}
.AnyTagClassName
{
color: #C6DE27;
}
</style>
background-color css
<style>
a { background-color: #C6DE27; }
a { background-color: rgb(198,222,39); }
div.DivClassName
{
background-color: #C6DE27;
}
.BgClassName
{
background-color: #C6DE27;
}
</style>
border-color css
<style>
span { border-color: #C6DE27; }
span { border-color: rgb(198,222,39); }
td.TdClassName
{
border-color: #C6DE27;
}
.TagClassName
{
border-color: #C6DE27;
}
</style>