Html Css Color HEX #BEEF3C Las Palmas

📋 copy color: '#BEEF3C'

red 190 ◦ green 239 ◦ blue 60

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

Shades of Las Palmas #BEEF3C

Tints of Las Palmas #BEEF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.27%

R = 38.85%
G = 48.88%
B = 12.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#BEEF3C (or 0xBEEF3C) is known color: Las Palmas. HEX triplet: BE, EF and 3C. RGB value is (190,239,60). Sum of RGB (Red+Green+Blue) = 190+239+60=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEF3C is #4110C3. Grayscale: #CCCCCC. Windows color (decimal): -4264132 or 3993534. OLE color: 3993534.

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

Color convert

RGB 190 239 60 -
CMYK 0.21 0 0.75 0.06
HSL 76.42º 0.85% 0.59% -
HSV(B) 76.42º 0.75% 0.94% -
XYZ 52.92 73.01 15.58 -
YUV 203.94 46.77 118.05 -
System Red Green Blue C M Y K H S L
Decimal 190 239 60 0.21 0 0.75 0.06 76.42 0.85 0.59
Hex BE EF 3C 15 0 4B 6 4C 55 3B
Octal 276 357 74 25 0 113 6 114 125 73
Binary 10111110 11101111 111100 10101 0 1001011 110 1001100 1010101 111011

Color Harmonies of #BEEF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF3C

Black with #BEEF3C

Text Example


Text Example

White with #BEEF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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