Shades of Las Palmas #B7DF35
Tints of Las Palmas #B7DF35
RGB
CMYK
RGB Variations
Color information
#B7DF35 (or 0xB7DF35) is known color: Las Palmas. HEX triplet: B7, DF and 35. RGB value is (183,223,53). Sum of RGB (Red+Green+Blue) = 183+223+53=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DF35 is #4820CA. Grayscale: #C0C0C0. Windows color (decimal): -4726987 or 3530679. OLE color: 3530679.
HSL color Cylindrical-coordinate representation of color #B7DF35: hue angle of 74.12º 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 #B7DF35 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 53 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.13 |
| HSL | 74.12º | 0.73% | 0.54% | - |
| HSV(B) | 74.12º | 0.76% | 0.87% | - |
| XYZ | 46.56 | 63.1 | 13.09 | - |
| YUV | 191.66 | 49.75 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 53 | 0.18 | 0 | 0.76 | 0.13 | 74.12 | 0.73 | 0.54 |
| Hex | B7 | DF | 35 | 12 | 0 | 4C | D | 4A | 49 | 36 |
| Octal | 267 | 337 | 65 | 22 | 0 | 114 | 15 | 112 | 111 | 66 |
| Binary | 10110111 | 11011111 | 110101 | 10010 | 0 | 1001100 | 1101 | 1001010 | 1001001 | 110110 |
Color Harmonies of #B7DF35
Complementary color
Monochromatic Colors of #B7DF35
Black with #B7DF35
Text Example
Text Example
White with #B7DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF35; }
p { color: rgb(183,223,53); }
H1.HeaderClassName
{
color: #B7DF35;
}
.AnyTagClassName
{
color: #B7DF35;
}
</style>
background-color css
<style>
a { background-color: #B7DF35; }
a { background-color: rgb(183,223,53); }
div.DivClassName
{
background-color: #B7DF35;
}
.BgClassName
{
background-color: #B7DF35;
}
</style>
border-color css
<style>
span { border-color: #B7DF35; }
span { border-color: rgb(183,223,53); }
td.TdClassName
{
border-color: #B7DF35;
}
.TagClassName
{
border-color: #B7DF35;
}
</style>