Shades of Las Palmas #B7DF36
Tints of Las Palmas #B7DF36
RGB
CMYK
RGB Variations
Color information
#B7DF36 (or 0xB7DF36) is known color: Las Palmas. HEX triplet: B7, DF and 36. RGB value is (183,223,54). Sum of RGB (Red+Green+Blue) = 183+223+54=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DF36 is #4820C9. Grayscale: #C0C0C0. Windows color (decimal): -4726986 or 3596215. OLE color: 3596215.
HSL color Cylindrical-coordinate representation of color #B7DF36: hue angle of 74.2º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7DF36 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 54 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.13 |
| HSL | 74.2º | 0.73% | 0.54% | - |
| HSV(B) | 74.2º | 0.76% | 0.87% | - |
| XYZ | 46.58 | 63.11 | 13.22 | - |
| YUV | 191.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 54 | 0.18 | 0 | 0.76 | 0.13 | 74.2 | 0.73 | 0.54 |
| Hex | B7 | DF | 36 | 12 | 0 | 4C | D | 4A | 49 | 36 |
| Octal | 267 | 337 | 66 | 22 | 0 | 114 | 15 | 112 | 111 | 66 |
| Binary | 10110111 | 11011111 | 110110 | 10010 | 0 | 1001100 | 1101 | 1001010 | 1001001 | 110110 |
Color Harmonies of #B7DF36
Complementary color
Monochromatic Colors of #B7DF36
Black with #B7DF36
Text Example
Text Example
White with #B7DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF36; }
p { color: rgb(183,223,54); }
H1.HeaderClassName
{
color: #B7DF36;
}
.AnyTagClassName
{
color: #B7DF36;
}
</style>
background-color css
<style>
a { background-color: #B7DF36; }
a { background-color: rgb(183,223,54); }
div.DivClassName
{
background-color: #B7DF36;
}
.BgClassName
{
background-color: #B7DF36;
}
</style>
border-color css
<style>
span { border-color: #B7DF36; }
span { border-color: rgb(183,223,54); }
td.TdClassName
{
border-color: #B7DF36;
}
.TagClassName
{
border-color: #B7DF36;
}
</style>