Html Css Color HEX #BFE331 Las Palmas

📋 copy color: '#BFE331'

red 191 ◦ green 227 ◦ blue 49

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

Shades of Las Palmas #BFE331

Tints of Las Palmas #BFE331

RGB

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

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

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

R = 40.9%
G = 48.61%
B = 10.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#BFE331 (or 0xBFE331) is known color: Las Palmas. HEX triplet: BF, E3 and 31. RGB value is (191,227,49). Sum of RGB (Red+Green+Blue) = 191+227+49=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE331 is #401CCE. Grayscale: #C4C4C4. Windows color (decimal): -4201679 or 3269567. OLE color: 3269567.

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

Color convert

RGB 191 227 49 -
CMYK 0.16 0 0.78 0.11
HSL 72.13º 0.76% 0.54% -
HSV(B) 72.13º 0.78% 0.89% -
XYZ 49.51 66.24 13.08 -
YUV 195.94 45.07 124.47 -
System Red Green Blue C M Y K H S L
Decimal 191 227 49 0.16 0 0.78 0.11 72.13 0.76 0.54
Hex BF E3 31 10 0 4E B 48 4C 36
Octal 277 343 61 20 0 116 13 110 114 66
Binary 10111111 11100011 110001 10000 0 1001110 1011 1001000 1001100 110110

Color Harmonies of #BFE331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE331

Black with #BFE331

Text Example


Text Example

White with #BFE331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE331; }

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

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

background-color css

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

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

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

border-color css

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

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

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