#BFEF3A

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

Shades of Las Palmas #BFEF3A

Tints of Las Palmas #BFEF3A

Color information

#BFEF3A (or 0xBFEF3A) is unknown color: approx Las Palmas. HEX triplet: BF, EF and 3A. RGB value is (191,239,58). Sum of RGB (Red+Green+Blue) = 191+239+58=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEF3A is #4010C5. Grayscale: #CCCCCC. Windows color (decimal): -4198598 or 3862463. OLE color: 3862463.

HSL color Cylindrical-coordinate representation of color #BFEF3A: hue angle of 75.91º 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 #BFEF3A is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB19123958-
CMYK0.2000.760.06
HSL75.91º84.98%58.24%-
HSV(B)75.91º75.73%93.73%-
XYZ53.1273.1115.32-
YUV204.0145.6118.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 239 (93.75% from 255) = 48.98%
BLUE value IS 58 (23.05% from 255) = 11.89%
R=39.14%
G=48.98%
B=11.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191239580.2000.760.0675.9184.9858.24
HexBFEF3A1404C64c553a
Octal27735772240114611412572
Binary1011111111101111111010101000100110011010011001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEF3A; }

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

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

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

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

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

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

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

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