Html Css Color HEX #BEE340 Las Palmas

📋 copy color: '#BEE340'

red 190 ◦ green 227 ◦ blue 64

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

Shades of Las Palmas #BEE340

Tints of Las Palmas #BEE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.19%

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

R = 39.5%
G = 47.19%
B = 13.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#BEE340 (or 0xBEE340) is known color: Las Palmas. HEX triplet: BE, E3 and 40. RGB value is (190,227,64). Sum of RGB (Red+Green+Blue) = 190+227+64=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE340 is #411CBF. Grayscale: #C5C5C5. Windows color (decimal): -4267200 or 4252606. OLE color: 4252606.

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

Color convert

RGB 190 227 64 -
CMYK 0.16 0 0.72 0.11
HSL 73.62º 0.74% 0.57% -
HSV(B) 73.62º 0.72% 0.89% -
XYZ 49.63 66.26 15.02 -
YUV 197.36 52.74 122.75 -
System Red Green Blue C M Y K H S L
Decimal 190 227 64 0.16 0 0.72 0.11 73.62 0.74 0.57
Hex BE E3 40 10 0 48 B 4A 4A 39
Octal 276 343 100 20 0 110 13 112 112 71
Binary 10111110 11100011 1000000 10000 0 1001000 1011 1001010 1001010 111001

Color Harmonies of #BEE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE340

Black with #BEE340

Text Example


Text Example

White with #BEE340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE340; }

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

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

background-color css

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

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

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

border-color css

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

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

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