Shades of Las Palmas #BDE339
Tints of Las Palmas #BDE339
RGB
CMYK
RGB Variations
Color information
#BDE339 (or 0xBDE339) is known color: Las Palmas. HEX triplet: BD, E3 and 39. RGB value is (189,227,57). Sum of RGB (Red+Green+Blue) = 189+227+57=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE339 is #421CC6. Grayscale: #C4C4C4. Windows color (decimal): -4332743 or 3793853. OLE color: 3793853.
HSL color Cylindrical-coordinate representation of color #BDE339: hue angle of 73.41º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE339 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 57 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.11 |
| HSL | 73.41º | 0.75% | 0.56% | - |
| HSV(B) | 73.41º | 0.75% | 0.89% | - |
| XYZ | 49.19 | 66.05 | 14.03 | - |
| YUV | 196.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 57 | 0.17 | 0 | 0.75 | 0.11 | 73.41 | 0.75 | 0.56 |
| Hex | BD | E3 | 39 | 11 | 0 | 4B | B | 49 | 4B | 38 |
| Octal | 275 | 343 | 71 | 21 | 0 | 113 | 13 | 111 | 113 | 70 |
| Binary | 10111101 | 11100011 | 111001 | 10001 | 0 | 1001011 | 1011 | 1001001 | 1001011 | 111000 |
Color Harmonies of #BDE339
Complementary color
Monochromatic Colors of #BDE339
Black with #BDE339
Text Example
Text Example
White with #BDE339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE339; }
p { color: rgb(189,227,57); }
H1.HeaderClassName
{
color: #BDE339;
}
.AnyTagClassName
{
color: #BDE339;
}
</style>
background-color css
<style>
a { background-color: #BDE339; }
a { background-color: rgb(189,227,57); }
div.DivClassName
{
background-color: #BDE339;
}
.BgClassName
{
background-color: #BDE339;
}
</style>
border-color css
<style>
span { border-color: #BDE339; }
span { border-color: rgb(189,227,57); }
td.TdClassName
{
border-color: #BDE339;
}
.TagClassName
{
border-color: #BDE339;
}
</style>