Html Css Color HEX #BEE131 Las Palmas

📋 copy color: '#BEE131'

red 190 ◦ green 225 ◦ blue 49

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

Shades of Las Palmas #BEE131

Tints of Las Palmas #BEE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 40.95%
G = 48.49%
B = 10.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#BEE131 (or 0xBEE131) is known color: Las Palmas. HEX triplet: BE, E1 and 31. RGB value is (190,225,49). Sum of RGB (Red+Green+Blue) = 190+225+49=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE131 is #411ECE. Grayscale: #C3C3C3. Windows color (decimal): -4267727 or 3269054. OLE color: 3269054.

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

Color convert

RGB 190 225 49 -
CMYK 0.16 0 0.78 0.12
HSL 71.93º 0.75% 0.54% -
HSV(B) 71.93º 0.78% 0.88% -
XYZ 48.71 65.02 12.89 -
YUV 194.47 45.9 124.81 -
System Red Green Blue C M Y K H S L
Decimal 190 225 49 0.16 0 0.78 0.12 71.93 0.75 0.54
Hex BE E1 31 10 0 4E C 48 4B 36
Octal 276 341 61 20 0 116 14 110 113 66
Binary 10111110 11100001 110001 10000 0 1001110 1100 1001000 1001011 110110

Color Harmonies of #BEE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE131

Black with #BEE131

Text Example


Text Example

White with #BEE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE131; }

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

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

background-color css

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

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

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

border-color css

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

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

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