Shades of Fuego #B7DA30
Tints of Fuego #B7DA30
RGB
CMYK
RGB Variations
Color information
#B7DA30 (or 0xB7DA30) is known color: Fuego. HEX triplet: B7, DA and 30. RGB value is (183,218,48). Sum of RGB (Red+Green+Blue) = 183+218+48=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DA30 is #4825CF. Grayscale: #BCBCBC. Windows color (decimal): -4728272 or 3201719. OLE color: 3201719.
HSL color Cylindrical-coordinate representation of color #B7DA30: hue angle of 72.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7DA30 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
RGB | 183 | 218 | 48 | - |
CMYK | 0.16 | 0 | 0.78 | 0.15 |
HSL | 72.35º | 0.7% | 0.52% | - |
HSV(B) | 72.35º | 0.78% | 0.85% | - |
XYZ | 45.13 | 60.42 | 12.08 | - |
YUV | 188.16 | 48.9 | 124.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 218 | 48 | 0.16 | 0 | 0.78 | 0.15 | 72.35 | 0.7 | 0.52 |
Hex | B7 | DA | 30 | 10 | 0 | 4E | F | 48 | 46 | 34 |
Octal | 267 | 332 | 60 | 20 | 0 | 116 | 17 | 110 | 106 | 64 |
Binary | 10110111 | 11011010 | 110000 | 10000 | 0 | 1001110 | 1111 | 1001000 | 1000110 | 110100 |
Color Harmonies of #B7DA30
Complementary color
Monochromatic Colors of #B7DA30
Black with #B7DA30
Text Example
Text Example
White with #B7DA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA30; }
p { color: rgb(183,218,48); }
H1.HeaderClassName
{
color: #B7DA30;
}
.AnyTagClassName
{
color: #B7DA30;
}
</style>
background-color css
<style>
a { background-color: #B7DA30; }
a { background-color: rgb(183,218,48); }
div.DivClassName
{
background-color: #B7DA30;
}
.BgClassName
{
background-color: #B7DA30;
}
</style>
border-color css
<style>
span { border-color: #B7DA30; }
span { border-color: rgb(183,218,48); }
td.TdClassName
{
border-color: #B7DA30;
}
.TagClassName
{
border-color: #B7DA30;
}
</style>