Shades of Las Palmas #B2DE38
Tints of Las Palmas #B2DE38
RGB
CMYK
RGB Variations
Color information
#B2DE38 (or 0xB2DE38) is known color: Las Palmas. HEX triplet: B2, DE and 38. RGB value is (178,222,56). Sum of RGB (Red+Green+Blue) = 178+222+56=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DE38 is #4D21C7. Grayscale: #BEBEBE. Windows color (decimal): -5054920 or 3727026. OLE color: 3727026.
HSL color Cylindrical-coordinate representation of color #B2DE38: hue angle of 75.9º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2DE38 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 56 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.13 |
| HSL | 75.9º | 0.72% | 0.55% | - |
| HSV(B) | 75.9º | 0.75% | 0.87% | - |
| XYZ | 45.2 | 61.99 | 13.33 | - |
| YUV | 189.92 | 52.42 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 56 | 0.20 | 0 | 0.75 | 0.13 | 75.9 | 0.72 | 0.55 |
| Hex | B2 | DE | 38 | 14 | 0 | 4B | D | 4C | 48 | 37 |
| Octal | 262 | 336 | 70 | 24 | 0 | 113 | 15 | 114 | 110 | 67 |
| Binary | 10110010 | 11011110 | 111000 | 10100 | 0 | 1001011 | 1101 | 1001100 | 1001000 | 110111 |
Color Harmonies of #B2DE38
Complementary color
Monochromatic Colors of #B2DE38
Black with #B2DE38
Text Example
Text Example
White with #B2DE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DE38; }
p { color: rgb(178,222,56); }
H1.HeaderClassName
{
color: #B2DE38;
}
.AnyTagClassName
{
color: #B2DE38;
}
</style>
background-color css
<style>
a { background-color: #B2DE38; }
a { background-color: rgb(178,222,56); }
div.DivClassName
{
background-color: #B2DE38;
}
.BgClassName
{
background-color: #B2DE38;
}
</style>
border-color css
<style>
span { border-color: #B2DE38; }
span { border-color: rgb(178,222,56); }
td.TdClassName
{
border-color: #B2DE38;
}
.TagClassName
{
border-color: #B2DE38;
}
</style>