Html Css Color HEX #BFE340 Las Palmas

📋 copy color: '#BFE340'

red 191 ◦ green 227 ◦ blue 64

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

Shades of Las Palmas #BFE340

Tints of Las Palmas #BFE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.1%

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

R = 39.63%
G = 47.1%
B = 13.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#BFE340 (or 0xBFE340) is known color: Las Palmas. HEX triplet: BF, E3 and 40. RGB value is (191,227,64). Sum of RGB (Red+Green+Blue) = 191+227+64=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE340 is #401CBF. Grayscale: #C6C6C6. Windows color (decimal): -4201664 or 4252607. OLE color: 4252607.

HSL color Cylindrical-coordinate representation of color #BFE340: hue angle of 73.25º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFE340 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 64 -
CMYK 0.16 0 0.72 0.11
HSL 73.25º 0.74% 0.57% -
HSV(B) 73.25º 0.72% 0.89% -
XYZ 49.88 66.38 15.04 -
YUV 197.65 52.57 123.25 -
System Red Green Blue C M Y K H S L
Decimal 191 227 64 0.16 0 0.72 0.11 73.25 0.74 0.57
Hex BF E3 40 10 0 48 B 49 4A 39
Octal 277 343 100 20 0 110 13 111 112 71
Binary 10111111 11100011 1000000 10000 0 1001000 1011 1001001 1001010 111001

Color Harmonies of #BFE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE340

Black with #BFE340

Text Example


Text Example

White with #BFE340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE340; }

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

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

background-color css

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

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

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

border-color css

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

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

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