Shades of Las Palmas #B3E038
Tints of Las Palmas #B3E038
RGB
CMYK
RGB Variations
Color information
#B3E038 (or 0xB3E038) is known color: Las Palmas. HEX triplet: B3, E0 and 38. RGB value is (179,224,56). Sum of RGB (Red+Green+Blue) = 179+224+56=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E038 is #4C1FC7. Grayscale: #C0C0C0. Windows color (decimal): -4988872 or 3727539. OLE color: 3727539.
HSL color Cylindrical-coordinate representation of color #B3E038: hue angle of 76.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3E038 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 56 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.12 |
| HSL | 76.07º | 0.73% | 0.55% | - |
| HSV(B) | 76.07º | 0.75% | 0.88% | - |
| XYZ | 45.96 | 63.18 | 13.51 | - |
| YUV | 191.39 | 51.59 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 56 | 0.20 | 0 | 0.75 | 0.12 | 76.07 | 0.73 | 0.55 |
| Hex | B3 | E0 | 38 | 14 | 0 | 4B | C | 4C | 49 | 37 |
| Octal | 263 | 340 | 70 | 24 | 0 | 113 | 14 | 114 | 111 | 67 |
| Binary | 10110011 | 11100000 | 111000 | 10100 | 0 | 1001011 | 1100 | 1001100 | 1001001 | 110111 |
Color Harmonies of #B3E038
Complementary color
Monochromatic Colors of #B3E038
Black with #B3E038
Text Example
Text Example
White with #B3E038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E038; }
p { color: rgb(179,224,56); }
H1.HeaderClassName
{
color: #B3E038;
}
.AnyTagClassName
{
color: #B3E038;
}
</style>
background-color css
<style>
a { background-color: #B3E038; }
a { background-color: rgb(179,224,56); }
div.DivClassName
{
background-color: #B3E038;
}
.BgClassName
{
background-color: #B3E038;
}
</style>
border-color css
<style>
span { border-color: #B3E038; }
span { border-color: rgb(179,224,56); }
td.TdClassName
{
border-color: #B3E038;
}
.TagClassName
{
border-color: #B3E038;
}
</style>