Shades of Las Palmas #BEEC34
Tints of Las Palmas #BEEC34
RGB
CMYK
RGB Variations
Color information
#BEEC34 (or 0xBEEC34) is known color: Las Palmas. HEX triplet: BE, EC and 34. RGB value is (190,236,52). Sum of RGB (Red+Green+Blue) = 190+236+52=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEC34 is #4113CB. Grayscale: #C9C9C9. Windows color (decimal): -4264908 or 3468478. OLE color: 3468478.
HSL color Cylindrical-coordinate representation of color #BEEC34: hue angle of 75º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEEC34 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 52 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.07 |
| HSL | 75º | 0.83% | 0.56% | - |
| HSV(B) | 75º | 0.78% | 0.93% | - |
| XYZ | 51.85 | 71.19 | 14.26 | - |
| YUV | 201.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 52 | 0.19 | 0 | 0.78 | 0.07 | 75 | 0.83 | 0.56 |
| Hex | BE | EC | 34 | 13 | 0 | 4E | 7 | 4B | 53 | 38 |
| Octal | 276 | 354 | 64 | 23 | 0 | 116 | 7 | 113 | 123 | 70 |
| Binary | 10111110 | 11101100 | 110100 | 10011 | 0 | 1001110 | 111 | 1001011 | 1010011 | 111000 |
Color Harmonies of #BEEC34
Complementary color
Monochromatic Colors of #BEEC34
Black with #BEEC34
Text Example
Text Example
White with #BEEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC34; }
p { color: rgb(190,236,52); }
H1.HeaderClassName
{
color: #BEEC34;
}
.AnyTagClassName
{
color: #BEEC34;
}
</style>
background-color css
<style>
a { background-color: #BEEC34; }
a { background-color: rgb(190,236,52); }
div.DivClassName
{
background-color: #BEEC34;
}
.BgClassName
{
background-color: #BEEC34;
}
</style>
border-color css
<style>
span { border-color: #BEEC34; }
span { border-color: rgb(190,236,52); }
td.TdClassName
{
border-color: #BEEC34;
}
.TagClassName
{
border-color: #BEEC34;
}
</style>