Html Css Color HEX #BEE532 Las Palmas

📋 copy color: '#BEE532'

red 190 ◦ green 229 ◦ blue 50

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

Shades of Las Palmas #BEE532

Tints of Las Palmas #BEE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.83%

 BLUE value IS 50 (19.92% from 255) = 10.66%

R = 40.51%
G = 48.83%
B = 10.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#BEE532 (or 0xBEE532) is known color: Las Palmas. HEX triplet: BE, E5 and 32. RGB value is (190,229,50). Sum of RGB (Red+Green+Blue) = 190+229+50=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE532 is #411ACD. Grayscale: #C5C5C5. Windows color (decimal): -4266702 or 3335614. OLE color: 3335614.

HSL color Cylindrical-coordinate representation of color #BEE532: hue angle of 73.07º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEE532 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 229 50 -
CMYK 0.17 0 0.78 0.10
HSL 73.07º 0.77% 0.55% -
HSV(B) 73.07º 0.78% 0.9% -
XYZ 49.83 67.22 13.37 -
YUV 196.93 45.08 123.05 -
System Red Green Blue C M Y K H S L
Decimal 190 229 50 0.17 0 0.78 0.10 73.07 0.77 0.55
Hex BE E5 32 11 0 4E A 49 4D 37
Octal 276 345 62 21 0 116 12 111 115 67
Binary 10111110 11100101 110010 10001 0 1001110 1010 1001001 1001101 110111

Color Harmonies of #BEE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE532

Black with #BEE532

Text Example


Text Example

White with #BEE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE532; }

 p { color: rgb(190,229,50); }

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

background-color css

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

 a { background-color: rgb(190,229,50); }

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

border-color css

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

 span { border-color: rgb(190,229,50); }

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