Html Css Color HEX #BFEB40 Las Palmas

📋 copy color: '#BFEB40'

red 191 ◦ green 235 ◦ blue 64

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

Shades of Las Palmas #BFEB40

Tints of Las Palmas #BFEB40

RGB

 RED value IS 191 (75% from 255) = 38.98%

 GREEN value IS 235 (92.19% from 255) = 47.96%

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

R = 38.98%
G = 47.96%
B = 13.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#BFEB40 (or 0xBFEB40) is known color: Las Palmas. HEX triplet: BF, EB and 40. RGB value is (191,235,64). Sum of RGB (Red+Green+Blue) = 191+235+64=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB40 is #4014BF. Grayscale: #CACACA. Windows color (decimal): -4199616 or 4254655. OLE color: 4254655.

HSL color Cylindrical-coordinate representation of color #BFEB40: hue angle of 75.44º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFEB40 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 64 -
CMYK 0.19 0 0.73 0.08
HSL 75.44º 0.81% 0.59% -
HSV(B) 75.44º 0.73% 0.92% -
XYZ 52.12 70.86 15.78 -
YUV 202.35 49.92 119.9 -
System Red Green Blue C M Y K H S L
Decimal 191 235 64 0.19 0 0.73 0.08 75.44 0.81 0.59
Hex BF EB 40 13 0 49 8 4B 51 3B
Octal 277 353 100 23 0 111 10 113 121 73
Binary 10111111 11101011 1000000 10011 0 1001001 1000 1001011 1010001 111011

Color Harmonies of #BFEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB40

Black with #BFEB40

Text Example


Text Example

White with #BFEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB40; }

 p { color: rgb(191,235,64); }

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

background-color css

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

 a { background-color: rgb(191,235,64); }

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

border-color css

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

 span { border-color: rgb(191,235,64); }

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