Html Css Color HEX #BFE031 Las Palmas

📋 copy color: '#BFE031'

red 191 ◦ green 224 ◦ blue 49

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

Shades of Las Palmas #BFE031

Tints of Las Palmas #BFE031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 41.16%
G = 48.28%
B = 10.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#BFE031 (or 0xBFE031) is known color: Las Palmas. HEX triplet: BF, E0 and 31. RGB value is (191,224,49). Sum of RGB (Red+Green+Blue) = 191+224+49=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE031 is #401FCE. Grayscale: #C2C2C2. Windows color (decimal): -4202447 or 3268799. OLE color: 3268799.

HSL color Cylindrical-coordinate representation of color #BFE031: hue angle of 71.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFE031 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 49 -
CMYK 0.15 0 0.78 0.12
HSL 71.31º 0.74% 0.54% -
HSV(B) 71.31º 0.78% 0.88% -
XYZ 48.7 64.61 12.81 -
YUV 194.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 191 224 49 0.15 0 0.78 0.12 71.31 0.74 0.54
Hex BF E0 31 F 0 4E C 47 4A 36
Octal 277 340 61 17 0 116 14 107 112 66
Binary 10111111 11100000 110001 1111 0 1001110 1100 1000111 1001010 110110

Color Harmonies of #BFE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE031

Black with #BFE031

Text Example


Text Example

White with #BFE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE031; }

 p { color: rgb(191,224,49); }

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

background-color css

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

 a { background-color: rgb(191,224,49); }

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

border-color css

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

 span { border-color: rgb(191,224,49); }

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