Html Css Color HEX #BFE42F Las Palmas

📋 copy color: '#BFE42F'

red 191 ◦ green 228 ◦ blue 47

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

Shades of Las Palmas #BFE42F

Tints of Las Palmas #BFE42F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.93%

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 40.99%
G = 48.93%
B = 10.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#BFE42F (or 0xBFE42F) is known color: Las Palmas. HEX triplet: BF, E4 and 2F. RGB value is (191,228,47). Sum of RGB (Red+Green+Blue) = 191+228+47=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE42F is #401BD0. Grayscale: #C4C4C4. Windows color (decimal): -4201425 or 3138751. OLE color: 3138751.

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

Color convert

RGB 191 228 47 -
CMYK 0.16 0 0.79 0.11
HSL 72.27º 0.77% 0.54% -
HSV(B) 72.27º 0.79% 0.89% -
XYZ 49.74 66.77 12.96 -
YUV 196.3 43.74 124.22 -
System Red Green Blue C M Y K H S L
Decimal 191 228 47 0.16 0 0.79 0.11 72.27 0.77 0.54
Hex BF E4 2F 10 0 4F B 48 4D 36
Octal 277 344 57 20 0 117 13 110 115 66
Binary 10111111 11100100 101111 10000 0 1001111 1011 1001000 1001101 110110

Color Harmonies of #BFE42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE42F

Black with #BFE42F

Text Example


Text Example

White with #BFE42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE42F; }

 p { color: rgb(191,228,47); }

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

background-color css

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

 a { background-color: rgb(191,228,47); }

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

border-color css

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

 span { border-color: rgb(191,228,47); }

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