Html Css Color HEX #BFEF3A Las Palmas

📋 copy color: '#BFEF3A'

red 191 ◦ green 239 ◦ blue 58

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

Shades of Las Palmas #BFEF3A

Tints of Las Palmas #BFEF3A

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 value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#BFEF3A (or 0xBFEF3A) is known color: 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

RGB 191 239 58 -
CMYK 0.20 0 0.76 0.06
HSL 75.91º 0.85% 0.58% -
HSV(B) 75.91º 0.76% 0.94% -
XYZ 53.12 73.11 15.32 -
YUV 204.01 45.6 118.72 -
System Red Green Blue C M Y K H S L
Decimal 191 239 58 0.20 0 0.76 0.06 75.91 0.85 0.58
Hex BF EF 3A 14 0 4C 6 4C 55 3A
Octal 277 357 72 24 0 114 6 114 125 72
Binary 10111111 11101111 111010 10100 0 1001100 110 1001100 1010101 111010

Color Harmonies of #BFEF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEF3A

Black with #BFEF3A

Text Example


Text Example

White with #BFEF3A

Text Example


Text Example

HTML Codes & Css Web 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>