Shades of Las Palmas #B2D53D
Tints of Las Palmas #B2D53D
RGB
CMYK
RGB Variations
Color information
#B2D53D (or 0xB2D53D) is known color: Las Palmas. HEX triplet: B2, D5 and 3D. RGB value is (178,213,61). Sum of RGB (Red+Green+Blue) = 178+213+61=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D53D is #4D2AC2. Grayscale: #B9B9B9. Windows color (decimal): -5057219 or 4052402. OLE color: 4052402.
HSL color Cylindrical-coordinate representation of color #B2D53D: hue angle of 73.82º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2D53D is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 61 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.16 |
| HSL | 73.82º | 0.64% | 0.54% | - |
| HSV(B) | 73.82º | 0.71% | 0.84% | - |
| XYZ | 43 | 57.39 | 13.23 | - |
| YUV | 185.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 61 | 0.16 | 0 | 0.71 | 0.16 | 73.82 | 0.64 | 0.54 |
| Hex | B2 | D5 | 3D | 10 | 0 | 47 | 10 | 4A | 40 | 36 |
| Octal | 262 | 325 | 75 | 20 | 0 | 107 | 20 | 112 | 100 | 66 |
| Binary | 10110010 | 11010101 | 111101 | 10000 | 0 | 1000111 | 10000 | 1001010 | 1000000 | 110110 |
Color Harmonies of #B2D53D
Complementary color
Monochromatic Colors of #B2D53D
Black with #B2D53D
Text Example
Text Example
White with #B2D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D53D; }
p { color: rgb(178,213,61); }
H1.HeaderClassName
{
color: #B2D53D;
}
.AnyTagClassName
{
color: #B2D53D;
}
</style>
background-color css
<style>
a { background-color: #B2D53D; }
a { background-color: rgb(178,213,61); }
div.DivClassName
{
background-color: #B2D53D;
}
.BgClassName
{
background-color: #B2D53D;
}
</style>
border-color css
<style>
span { border-color: #B2D53D; }
span { border-color: rgb(178,213,61); }
td.TdClassName
{
border-color: #B2D53D;
}
.TagClassName
{
border-color: #B2D53D;
}
</style>