Shades of Las Palmas #B8E435
Tints of Las Palmas #B8E435
RGB
CMYK
RGB Variations
Color information
#B8E435 (or 0xB8E435) is known color: Las Palmas. HEX triplet: B8, E4 and 35. RGB value is (184,228,53). Sum of RGB (Red+Green+Blue) = 184+228+53=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E435 is #471BCA. Grayscale: #C3C3C3. Windows color (decimal): -4660171 or 3531960. OLE color: 3531960.
HSL color Cylindrical-coordinate representation of color #B8E435: hue angle of 75.09º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8E435 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 228 | 53 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.11 |
| HSL | 75.09º | 0.76% | 0.55% | - |
| HSV(B) | 75.09º | 0.77% | 0.89% | - |
| XYZ | 48.15 | 65.93 | 13.56 | - |
| YUV | 194.89 | 47.92 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 53 | 0.19 | 0 | 0.77 | 0.11 | 75.09 | 0.76 | 0.55 |
| Hex | B8 | E4 | 35 | 13 | 0 | 4D | B | 4B | 4C | 37 |
| Octal | 270 | 344 | 65 | 23 | 0 | 115 | 13 | 113 | 114 | 67 |
| Binary | 10111000 | 11100100 | 110101 | 10011 | 0 | 1001101 | 1011 | 1001011 | 1001100 | 110111 |
Color Harmonies of #B8E435
Complementary color
Monochromatic Colors of #B8E435
Black with #B8E435
Text Example
Text Example
White with #B8E435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E435; }
p { color: rgb(184,228,53); }
H1.HeaderClassName
{
color: #B8E435;
}
.AnyTagClassName
{
color: #B8E435;
}
</style>
background-color css
<style>
a { background-color: #B8E435; }
a { background-color: rgb(184,228,53); }
div.DivClassName
{
background-color: #B8E435;
}
.BgClassName
{
background-color: #B8E435;
}
</style>
border-color css
<style>
span { border-color: #B8E435; }
span { border-color: rgb(184,228,53); }
td.TdClassName
{
border-color: #B8E435;
}
.TagClassName
{
border-color: #B8E435;
}
</style>