Html Css Color HEX #BEEF32 Las Palmas

📋 copy color: '#BEEF32'

red 190 ◦ green 239 ◦ blue 50

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

Shades of Las Palmas #BEEF32

Tints of Las Palmas #BEEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.9%

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

R = 39.67%
G = 49.9%
B = 10.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#BEEF32 (or 0xBEEF32) is known color: Las Palmas. HEX triplet: BE, EF and 32. RGB value is (190,239,50). Sum of RGB (Red+Green+Blue) = 190+239+50=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEF32 is #4110CD. Grayscale: #CBCBCB. Windows color (decimal): -4264142 or 3338174. OLE color: 3338174.

HSL color Cylindrical-coordinate representation of color #BEEF32: hue angle of 75.56º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEEF32 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 239 50 -
CMYK 0.21 0 0.79 0.06
HSL 75.56º 0.86% 0.57% -
HSV(B) 75.56º 0.79% 0.94% -
XYZ 52.68 72.91 14.31 -
YUV 202.8 41.77 118.87 -
System Red Green Blue C M Y K H S L
Decimal 190 239 50 0.21 0 0.79 0.06 75.56 0.86 0.57
Hex BE EF 32 15 0 4F 6 4C 56 39
Octal 276 357 62 25 0 117 6 114 126 71
Binary 10111110 11101111 110010 10101 0 1001111 110 1001100 1010110 111001

Color Harmonies of #BEEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF32

Black with #BEEF32

Text Example


Text Example

White with #BEEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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