Shades of Las Palmas #BEDF32
Tints of Las Palmas #BEDF32
RGB
CMYK
RGB Variations
Color information
#BEDF32 (or 0xBEDF32) is known color: Las Palmas. HEX triplet: BE, DF and 32. RGB value is (190,223,50). Sum of RGB (Red+Green+Blue) = 190+223+50=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDF32 is #4120CD. Grayscale: #C2C2C2. Windows color (decimal): -4268238 or 3334078. OLE color: 3334078.
HSL color Cylindrical-coordinate representation of color #BEDF32: hue angle of 71.45º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEDF32 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 50 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.13 |
| HSL | 71.45º | 0.73% | 0.54% | - |
| HSV(B) | 71.45º | 0.78% | 0.87% | - |
| XYZ | 48.2 | 63.95 | 12.82 | - |
| YUV | 193.41 | 47.07 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 50 | 0.15 | 0 | 0.78 | 0.13 | 71.45 | 0.73 | 0.54 |
| Hex | BE | DF | 32 | F | 0 | 4E | D | 47 | 49 | 36 |
| Octal | 276 | 337 | 62 | 17 | 0 | 116 | 15 | 107 | 111 | 66 |
| Binary | 10111110 | 11011111 | 110010 | 1111 | 0 | 1001110 | 1101 | 1000111 | 1001001 | 110110 |
Color Harmonies of #BEDF32
Complementary color
Monochromatic Colors of #BEDF32
Black with #BEDF32
Text Example
Text Example
White with #BEDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF32; }
p { color: rgb(190,223,50); }
H1.HeaderClassName
{
color: #BEDF32;
}
.AnyTagClassName
{
color: #BEDF32;
}
</style>
background-color css
<style>
a { background-color: #BEDF32; }
a { background-color: rgb(190,223,50); }
div.DivClassName
{
background-color: #BEDF32;
}
.BgClassName
{
background-color: #BEDF32;
}
</style>
border-color css
<style>
span { border-color: #BEDF32; }
span { border-color: rgb(190,223,50); }
td.TdClassName
{
border-color: #BEDF32;
}
.TagClassName
{
border-color: #BEDF32;
}
</style>