#BEEF3A

Color #BEEF3A Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BEEF3A

Tints of Las Palmas #BEEF3A

Color information

#BEEF3A (or 0xBEEF3A) is unknown color: approx Las Palmas. HEX triplet: BE, EF and 3A. RGB value is (190,239,58). Sum of RGB (Red+Green+Blue) = 190+239+58=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEF3A is #4110C5. Grayscale: #CCCCCC. Windows color (decimal): -4264134 or 3862462. OLE color: 3862462.

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

Color convert

RGB19023958-
CMYK0.2100.760.06
HSL76.24º84.98%58.24%-
HSV(B)76.24º75.73%93.73%-
XYZ52.8772.9915.3-
YUV203.7145.77118.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 239 (93.75% from 255) = 49.08%
BLUE value IS 58 (23.05% from 255) = 11.91%
R=39.01%
G=49.08%
B=11.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal190239580.2100.760.0676.2484.9858.24
HexBEEF3A1504C64c553a
Octal27635772250114611412572
Binary1011111011101111111010101010100110011010011001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEF3A; }

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

 H1.HeaderClassName
 {
   color: #BEEF3A;
 }
 .AnyTagClassName
 {
   color: #BEEF3A;
 }
</style>
background-color css

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

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

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

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

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

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