Shades of Las Palmas #BAE73F
Tints of Las Palmas #BAE73F
RGB
CMYK
RGB Variations
Color information
#BAE73F (or 0xBAE73F) is known color: Las Palmas. HEX triplet: BA, E7 and 3F. RGB value is (186,231,63). Sum of RGB (Red+Green+Blue) = 186+231+63=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE73F is #4518C0. Grayscale: #C7C7C7. Windows color (decimal): -4528321 or 4188090. OLE color: 4188090.
HSL color Cylindrical-coordinate representation of color #BAE73F: hue angle of 76.07º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE73F is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 63 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.09 |
| HSL | 76.07º | 0.78% | 0.58% | - |
| HSV(B) | 76.07º | 0.73% | 0.91% | - |
| XYZ | 49.72 | 67.95 | 15.2 | - |
| YUV | 198.39 | 51.59 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 63 | 0.19 | 0 | 0.73 | 0.09 | 76.07 | 0.78 | 0.58 |
| Hex | BA | E7 | 3F | 13 | 0 | 49 | 9 | 4C | 4E | 3A |
| Octal | 272 | 347 | 77 | 23 | 0 | 111 | 11 | 114 | 116 | 72 |
| Binary | 10111010 | 11100111 | 111111 | 10011 | 0 | 1001001 | 1001 | 1001100 | 1001110 | 111010 |
Color Harmonies of #BAE73F
Complementary color
Monochromatic Colors of #BAE73F
Black with #BAE73F
Text Example
Text Example
White with #BAE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE73F; }
p { color: rgb(186,231,63); }
H1.HeaderClassName
{
color: #BAE73F;
}
.AnyTagClassName
{
color: #BAE73F;
}
</style>
background-color css
<style>
a { background-color: #BAE73F; }
a { background-color: rgb(186,231,63); }
div.DivClassName
{
background-color: #BAE73F;
}
.BgClassName
{
background-color: #BAE73F;
}
</style>
border-color css
<style>
span { border-color: #BAE73F; }
span { border-color: rgb(186,231,63); }
td.TdClassName
{
border-color: #BAE73F;
}
.TagClassName
{
border-color: #BAE73F;
}
</style>