Html Css Color HEX #BEEF40 Las Palmas

📋 copy color: '#BEEF40'

red 190 ◦ green 239 ◦ blue 64

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

Shades of Las Palmas #BEEF40

Tints of Las Palmas #BEEF40

RGB

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

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

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

R = 38.54%
G = 48.48%
B = 12.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#BEEF40 (or 0xBEEF40) is known color: Las Palmas. HEX triplet: BE, EF and 40. RGB value is (190,239,64). Sum of RGB (Red+Green+Blue) = 190+239+64=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEF40 is #4110BF. Grayscale: #CDCDCD. Windows color (decimal): -4264128 or 4255678. OLE color: 4255678.

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

Color convert

RGB 190 239 64 -
CMYK 0.21 0 0.73 0.06
HSL 76.8º 0.85% 0.59% -
HSV(B) 76.8º 0.73% 0.94% -
XYZ 53.03 73.05 16.16 -
YUV 204.4 48.77 117.73 -
System Red Green Blue C M Y K H S L
Decimal 190 239 64 0.21 0 0.73 0.06 76.8 0.85 0.59
Hex BE EF 40 15 0 49 6 4D 55 3B
Octal 276 357 100 25 0 111 6 115 125 73
Binary 10111110 11101111 1000000 10101 0 1001001 110 1001101 1010101 111011

Color Harmonies of #BEEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF40

Black with #BEEF40

Text Example


Text Example

White with #BEEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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