Html Css Color HEX #BFEC2F Las Palmas

📋 copy color: '#BFEC2F'

red 191 ◦ green 236 ◦ blue 47

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

Shades of Las Palmas #BFEC2F

Tints of Las Palmas #BFEC2F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

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

R = 40.3%
G = 49.79%
B = 9.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#BFEC2F (or 0xBFEC2F) is known color: Las Palmas. HEX triplet: BF, EC and 2F. RGB value is (191,236,47). Sum of RGB (Red+Green+Blue) = 191+236+47=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC2F is #4013D0. Grayscale: #C9C9C9. Windows color (decimal): -4199377 or 3140799. OLE color: 3140799.

HSL color Cylindrical-coordinate representation of color #BFEC2F: hue angle of 74.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFEC2F is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 47 -
CMYK 0.19 0 0.80 0.07
HSL 74.29º 0.83% 0.55% -
HSV(B) 74.29º 0.8% 0.93% -
XYZ 51.99 71.27 13.71 -
YUV 201 41.09 120.87 -
System Red Green Blue C M Y K H S L
Decimal 191 236 47 0.19 0 0.80 0.07 74.29 0.83 0.55
Hex BF EC 2F 13 0 50 7 4A 53 37
Octal 277 354 57 23 0 120 7 112 123 67
Binary 10111111 11101100 101111 10011 0 1010000 111 1001010 1010011 110111

Color Harmonies of #BFEC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC2F

Black with #BFEC2F

Text Example


Text Example

White with #BFEC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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