#BEE143

Color #BEE143 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BEE143

Tints of Las Palmas #BEE143

Color information

#BEE143 (or 0xBEE143) is unknown color: approx Las Palmas. HEX triplet: BE, E1 and 43. RGB value is (190,225,67). Sum of RGB (Red+Green+Blue) = 190+225+67=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE143 is #411EBC. Grayscale: #C5C5C5. Windows color (decimal): -4267709 or 4448702. OLE color: 4448702.

HSL color Cylindrical-coordinate representation of color #BEE143: hue angle of 73.29º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEE143 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB19022567-
CMYK0.1600.700.12
HSL73.29º72.48%57.25%-
HSV(B)73.29º70.22%88.24%-
XYZ49.1765.215.3-
YUV196.5254.9123.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 225 (88.28% from 255) = 46.68%
BLUE value IS 67 (26.56% from 255) = 13.90%
R=39.42%
G=46.68%
B=13.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190225670.1600.700.1273.2972.4857.25
HexBEE14310046C494839
Octal2763411032001061411111071
Binary101111101110000110000111000001000110110010010011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE143; }

 p { color: rgb(190,225,67); }

 H1.HeaderClassName
 {
   color: #BEE143;
 }
 .AnyTagClassName
 {
   color: #BEE143;
 }
</style>
background-color css

<style>
 a { background-color: #BEE143; }

 a { background-color: rgb(190,225,67); }

 div.DivClassName
 {
   background-color: #BEE143;
 }
 .BgClassName
 {
   background-color: #BEE143;
 }
</style>
border-color css

<style>
 span { border-color: #BEE143; }

 span { border-color: rgb(190,225,67); }

 td.TdClassName
 {
   border-color: #BEE143;
 }
 .TagClassName
 {
   border-color: #BEE143;
 }
</style>