Shades of Las Palmas #BEED2B
Tints of Las Palmas #BEED2B
RGB
CMYK
RGB Variations
Color information
#BEED2B (or 0xBEED2B) is known color: Las Palmas. HEX triplet: BE, ED and 2B. RGB value is (190,237,43). Sum of RGB (Red+Green+Blue) = 190+237+43=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 43 (17.19% from 255 or 9.15% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEED2B is #4112D4. Grayscale: #C9C9C9. Windows color (decimal): -4264661 or 2878910. OLE color: 2878910.
HSL color Cylindrical-coordinate representation of color #BEED2B: hue angle of 74.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEED2B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 237 | 43 | - |
CMYK | 0.20 | 0 | 0.82 | 0.07 |
HSL | 74.54º | 0.84% | 0.55% | - |
HSV(B) | 74.54º | 0.82% | 0.93% | - |
XYZ | 51.96 | 71.69 | 13.38 | - |
YUV | 200.83 | 38.93 | 120.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 237 | 43 | 0.20 | 0 | 0.82 | 0.07 | 74.54 | 0.84 | 0.55 |
Hex | BE | ED | 2B | 14 | 0 | 52 | 7 | 4B | 54 | 37 |
Octal | 276 | 355 | 53 | 24 | 0 | 122 | 7 | 113 | 124 | 67 |
Binary | 10111110 | 11101101 | 101011 | 10100 | 0 | 1010010 | 111 | 1001011 | 1010100 | 110111 |
Color Harmonies of #BEED2B
Complementary color
Monochromatic Colors of #BEED2B
Black with #BEED2B
Text Example
Text Example
White with #BEED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEED2B; }
p { color: rgb(190,237,43); }
H1.HeaderClassName
{
color: #BEED2B;
}
.AnyTagClassName
{
color: #BEED2B;
}
</style>
background-color css
<style>
a { background-color: #BEED2B; }
a { background-color: rgb(190,237,43); }
div.DivClassName
{
background-color: #BEED2B;
}
.BgClassName
{
background-color: #BEED2B;
}
</style>
border-color css
<style>
span { border-color: #BEED2B; }
span { border-color: rgb(190,237,43); }
td.TdClassName
{
border-color: #BEED2B;
}
.TagClassName
{
border-color: #BEED2B;
}
</style>