Html Css Color HEX #BFE132 Las Palmas

📋 copy color: '#BFE132'

red 191 ◦ green 225 ◦ blue 50

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

Shades of Las Palmas #BFE132

Tints of Las Palmas #BFE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 40.99%
G = 48.28%
B = 10.73%

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

#BFE132 (or 0xBFE132) is known color: Las Palmas. HEX triplet: BF, E1 and 32. RGB value is (191,225,50). Sum of RGB (Red+Green+Blue) = 191+225+50=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE132 is #401ECD. Grayscale: #C3C3C3. Windows color (decimal): -4202190 or 3334591. OLE color: 3334591.

HSL color Cylindrical-coordinate representation of color #BFE132: hue angle of 71.66º 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 #BFE132 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 50 -
CMYK 0.15 0 0.78 0.12
HSL 71.66º 0.74% 0.54% -
HSV(B) 71.66º 0.78% 0.88% -
XYZ 48.99 65.16 13.01 -
YUV 194.88 46.24 125.23 -
System Red Green Blue C M Y K H S L
Decimal 191 225 50 0.15 0 0.78 0.12 71.66 0.74 0.54
Hex BF E1 32 F 0 4E C 48 4A 36
Octal 277 341 62 17 0 116 14 110 112 66
Binary 10111111 11100001 110010 1111 0 1001110 1100 1001000 1001010 110110

Color Harmonies of #BFE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE132

Black with #BFE132

Text Example


Text Example

White with #BFE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE132; }

 p { color: rgb(191,225,50); }

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

background-color css

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

 a { background-color: rgb(191,225,50); }

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

border-color css

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

 span { border-color: rgb(191,225,50); }

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