#BEE244

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

Shades of Las Palmas #BEE244

Tints of Las Palmas #BEE244

Color information

#BEE244 (or 0xBEE244) is unknown color: approx Las Palmas. HEX triplet: BE, E2 and 44. RGB value is (190,226,68). Sum of RGB (Red+Green+Blue) = 190+226+68=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE244 is #411DBB. Grayscale: #C5C5C5. Windows color (decimal): -4267452 or 4514494. OLE color: 4514494.

HSL color Cylindrical-coordinate representation of color #BEE244: hue angle of 73.67º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEE244 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB19022668-
CMYK0.1600.700.11
HSL73.67º73.15%57.65%-
HSV(B)73.67º69.91%88.63%-
XYZ49.4765.7615.55-
YUV197.2255.07122.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 226 (88.67% from 255) = 46.69%
BLUE value IS 68 (26.95% from 255) = 14.05%
R=39.26%
G=46.69%
B=14.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190226680.1600.700.1173.6773.1557.65
HexBEE24410046B4a493a
Octal2763421042001061311211172
Binary101111101110001010001001000001000110101110010101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE244; }

 p { color: rgb(190,226,68); }

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

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

 a { background-color: rgb(190,226,68); }

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

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

 span { border-color: rgb(190,226,68); }

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