Shades of Las Palmas #B2D83C
Tints of Las Palmas #B2D83C
RGB
CMYK
RGB Variations
Color information
#B2D83C (or 0xB2D83C) is known color: Las Palmas. HEX triplet: B2, D8 and 3C. RGB value is (178,216,60). Sum of RGB (Red+Green+Blue) = 178+216+60=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D83C is #4D27C3. Grayscale: #BBBBBB. Windows color (decimal): -5056452 or 3987634. OLE color: 3987634.
HSL color Cylindrical-coordinate representation of color #B2D83C: hue angle of 74.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2D83C is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 60 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.15 |
| HSL | 74.62º | 0.67% | 0.54% | - |
| HSV(B) | 74.62º | 0.72% | 0.85% | - |
| XYZ | 43.73 | 58.9 | 13.34 | - |
| YUV | 186.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 60 | 0.18 | 0 | 0.72 | 0.15 | 74.62 | 0.67 | 0.54 |
| Hex | B2 | D8 | 3C | 12 | 0 | 48 | F | 4B | 43 | 36 |
| Octal | 262 | 330 | 74 | 22 | 0 | 110 | 17 | 113 | 103 | 66 |
| Binary | 10110010 | 11011000 | 111100 | 10010 | 0 | 1001000 | 1111 | 1001011 | 1000011 | 110110 |
Color Harmonies of #B2D83C
Complementary color
Monochromatic Colors of #B2D83C
Black with #B2D83C
Text Example
Text Example
White with #B2D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D83C; }
p { color: rgb(178,216,60); }
H1.HeaderClassName
{
color: #B2D83C;
}
.AnyTagClassName
{
color: #B2D83C;
}
</style>
background-color css
<style>
a { background-color: #B2D83C; }
a { background-color: rgb(178,216,60); }
div.DivClassName
{
background-color: #B2D83C;
}
.BgClassName
{
background-color: #B2D83C;
}
</style>
border-color css
<style>
span { border-color: #B2D83C; }
span { border-color: rgb(178,216,60); }
td.TdClassName
{
border-color: #B2D83C;
}
.TagClassName
{
border-color: #B2D83C;
}
</style>