Html Css Color HEX #BEE140 Las Palmas

📋 copy color: '#BEE140'

red 190 ◦ green 225 ◦ blue 64

#BEE140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BEE140

Tints of Las Palmas #BEE140

RGB

 RED value IS 190 (74.61% from 255) = 39.67%

 GREEN value IS 225 (88.28% from 255) = 46.97%

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 39.67%
G = 46.97%
B = 13.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#BEE140 (or 0xBEE140) is known color: Las Palmas. HEX triplet: BE, E1 and 40. RGB value is (190,225,64). Sum of RGB (Red+Green+Blue) = 190+225+64=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE140 is #411EBF. Grayscale: #C4C4C4. Windows color (decimal): -4267712 or 4252094. OLE color: 4252094.

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

Color convert

RGB 190 225 64 -
CMYK 0.16 0 0.72 0.12
HSL 73.04º 0.73% 0.57% -
HSV(B) 73.04º 0.72% 0.88% -
XYZ 49.09 65.17 14.84 -
YUV 196.18 53.4 123.59 -
System Red Green Blue C M Y K H S L
Decimal 190 225 64 0.16 0 0.72 0.12 73.04 0.73 0.57
Hex BE E1 40 10 0 48 C 49 49 39
Octal 276 341 100 20 0 110 14 111 111 71
Binary 10111110 11100001 1000000 10000 0 1001000 1100 1001001 1001001 111001

Color Harmonies of #BEE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE140

Black with #BEE140

Text Example


Text Example

White with #BEE140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE140; }

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

 H1.HeaderClassName
 {
   color: #BEE140;
 }
 .AnyTagClassName
 {
   color: #BEE140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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