Shades of Fuego #B2CD2C
Tints of Fuego #B2CD2C
RGB
CMYK
RGB Variations
Color information
#B2CD2C (or 0xB2CD2C) is known color: Fuego. HEX triplet: B2, CD and 2C. RGB value is (178,205,44). Sum of RGB (Red+Green+Blue) = 178+205+44=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD2C is #4D32D3. Grayscale: #B3B3B3. Windows color (decimal): -5059284 or 2936242. OLE color: 2936242.
HSL color Cylindrical-coordinate representation of color #B2CD2C: hue angle of 70.06º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2CD2C is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 44 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.20 |
| HSL | 70.06º | 0.65% | 0.49% | - |
| HSV(B) | 70.06º | 0.79% | 0.8% | - |
| XYZ | 40.65 | 53.31 | 10.53 | - |
| YUV | 178.57 | 52.05 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 44 | 0.13 | 0 | 0.79 | 0.20 | 70.06 | 0.65 | 0.49 |
| Hex | B2 | CD | 2C | D | 0 | 4F | 14 | 46 | 41 | 31 |
| Octal | 262 | 315 | 54 | 15 | 0 | 117 | 24 | 106 | 101 | 61 |
| Binary | 10110010 | 11001101 | 101100 | 1101 | 0 | 1001111 | 10100 | 1000110 | 1000001 | 110001 |
Color Harmonies of #B2CD2C
Complementary color
Monochromatic Colors of #B2CD2C
Black with #B2CD2C
Text Example
Text Example
White with #B2CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CD2C; }
p { color: rgb(178,205,44); }
H1.HeaderClassName
{
color: #B2CD2C;
}
.AnyTagClassName
{
color: #B2CD2C;
}
</style>
background-color css
<style>
a { background-color: #B2CD2C; }
a { background-color: rgb(178,205,44); }
div.DivClassName
{
background-color: #B2CD2C;
}
.BgClassName
{
background-color: #B2CD2C;
}
</style>
border-color css
<style>
span { border-color: #B2CD2C; }
span { border-color: rgb(178,205,44); }
td.TdClassName
{
border-color: #B2CD2C;
}
.TagClassName
{
border-color: #B2CD2C;
}
</style>