Html Css Color HEX #BEE134 Las Palmas

📋 copy color: '#BEE134'

red 190 ◦ green 225 ◦ blue 52

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

Shades of Las Palmas #BEE134

Tints of Las Palmas #BEE134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 40.69%
G = 48.18%
B = 11.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#BEE134 (or 0xBEE134) is known color: Las Palmas. HEX triplet: BE, E1 and 34. RGB value is (190,225,52). Sum of RGB (Red+Green+Blue) = 190+225+52=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE134 is #411ECB. Grayscale: #C3C3C3. Windows color (decimal): -4267724 or 3465662. OLE color: 3465662.

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

Color convert

RGB 190 225 52 -
CMYK 0.16 0 0.77 0.12
HSL 72.14º 0.74% 0.54% -
HSV(B) 72.14º 0.77% 0.88% -
XYZ 48.78 65.05 13.23 -
YUV 194.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 190 225 52 0.16 0 0.77 0.12 72.14 0.74 0.54
Hex BE E1 34 10 0 4D C 48 4A 36
Octal 276 341 64 20 0 115 14 110 112 66
Binary 10111110 11100001 110100 10000 0 1001101 1100 1001000 1001010 110110

Color Harmonies of #BEE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE134

Black with #BEE134

Text Example


Text Example

White with #BEE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE134; }

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

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

background-color css

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

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

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

border-color css

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

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

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