Shades of Las Palmas #B2D23E
Tints of Las Palmas #B2D23E
RGB
CMYK
RGB Variations
Color information
#B2D23E (or 0xB2D23E) is known color: Las Palmas. HEX triplet: B2, D2 and 3E. RGB value is (178,210,62). Sum of RGB (Red+Green+Blue) = 178+210+62=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D23E is #4D2DC1. Grayscale: #B8B8B8. Windows color (decimal): -5057986 or 4117170. OLE color: 4117170.
HSL color Cylindrical-coordinate representation of color #B2D23E: hue angle of 72.97º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2D23E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 62 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.18 |
| HSL | 72.97º | 0.62% | 0.53% | - |
| HSV(B) | 72.97º | 0.7% | 0.82% | - |
| XYZ | 42.28 | 55.91 | 13.12 | - |
| YUV | 183.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 62 | 0.15 | 0 | 0.70 | 0.18 | 72.97 | 0.62 | 0.53 |
| Hex | B2 | D2 | 3E | F | 0 | 46 | 12 | 49 | 3E | 35 |
| Octal | 262 | 322 | 76 | 17 | 0 | 106 | 22 | 111 | 76 | 65 |
| Binary | 10110010 | 11010010 | 111110 | 1111 | 0 | 1000110 | 10010 | 1001001 | 111110 | 110101 |
Color Harmonies of #B2D23E
Complementary color
Monochromatic Colors of #B2D23E
Black with #B2D23E
Text Example
Text Example
White with #B2D23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D23E; }
p { color: rgb(178,210,62); }
H1.HeaderClassName
{
color: #B2D23E;
}
.AnyTagClassName
{
color: #B2D23E;
}
</style>
background-color css
<style>
a { background-color: #B2D23E; }
a { background-color: rgb(178,210,62); }
div.DivClassName
{
background-color: #B2D23E;
}
.BgClassName
{
background-color: #B2D23E;
}
</style>
border-color css
<style>
span { border-color: #B2D23E; }
span { border-color: rgb(178,210,62); }
td.TdClassName
{
border-color: #B2D23E;
}
.TagClassName
{
border-color: #B2D23E;
}
</style>