#BEE541

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

Shades of Las Palmas #BEE541

Tints of Las Palmas #BEE541

Color information

#BEE541 (or 0xBEE541) is unknown color: approx Las Palmas. HEX triplet: BE, E5 and 41. RGB value is (190,229,65). Sum of RGB (Red+Green+Blue) = 190+229+65=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE541 is #411ABE. Grayscale: #C7C7C7. Windows color (decimal): -4266687 or 4318654. OLE color: 4318654.

HSL color Cylindrical-coordinate representation of color #BEE541: hue angle of 74.27º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEE541 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB19022965-
CMYK0.1700.720.10
HSL74.27º75.93%57.65%-
HSV(B)74.27º71.62%89.8%-
XYZ50.2167.3715.36-
YUV198.6452.58121.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 229 (89.84% from 255) = 47.31%
BLUE value IS 65 (25.78% from 255) = 13.43%
R=39.26%
G=47.31%
B=13.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal190229650.1700.720.1074.2775.9357.65
HexBEE54111048A4a4c3a
Octal2763451012101101211211472
Binary101111101110010110000011000101001000101010010101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE541; }

 p { color: rgb(190,229,65); }

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

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

 a { background-color: rgb(190,229,65); }

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

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

 span { border-color: rgb(190,229,65); }

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