Html Css Color HEX #BFEA2F Las Palmas

📋 copy color: '#BFEA2F'

red 191 ◦ green 234 ◦ blue 47

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

Shades of Las Palmas #BFEA2F

Tints of Las Palmas #BFEA2F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.58%

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

R = 40.47%
G = 49.58%
B = 9.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#BFEA2F (or 0xBFEA2F) is known color: Las Palmas. HEX triplet: BF, EA and 2F. RGB value is (191,234,47). Sum of RGB (Red+Green+Blue) = 191+234+47=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEA2F is #4015D0. Grayscale: #C8C8C8. Windows color (decimal): -4199889 or 3140287. OLE color: 3140287.

HSL color Cylindrical-coordinate representation of color #BFEA2F: hue angle of 73.8º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFEA2F is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 47 -
CMYK 0.18 0 0.80 0.08
HSL 73.8º 0.82% 0.55% -
HSV(B) 73.8º 0.8% 0.92% -
XYZ 51.42 70.13 13.52 -
YUV 199.83 41.75 121.71 -
System Red Green Blue C M Y K H S L
Decimal 191 234 47 0.18 0 0.80 0.08 73.8 0.82 0.55
Hex BF EA 2F 12 0 50 8 4A 52 37
Octal 277 352 57 22 0 120 10 112 122 67
Binary 10111111 11101010 101111 10010 0 1010000 1000 1001010 1010010 110111

Color Harmonies of #BFEA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEA2F

Black with #BFEA2F

Text Example


Text Example

White with #BFEA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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