Html Css Color HEX #BFEC2C Las Palmas

📋 copy color: '#BFEC2C'

red 191 ◦ green 236 ◦ blue 44

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

Shades of Las Palmas #BFEC2C

Tints of Las Palmas #BFEC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.34%

R = 40.55%
G = 50.11%
B = 9.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#BFEC2C (or 0xBFEC2C) is known color: Las Palmas. HEX triplet: BF, EC and 2C. RGB value is (191,236,44). Sum of RGB (Red+Green+Blue) = 191+236+44=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC2C is #4013D3. Grayscale: #C9C9C9. Windows color (decimal): -4199380 or 2944191. OLE color: 2944191.

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

Color convert

RGB 191 236 44 -
CMYK 0.19 0 0.81 0.07
HSL 74.06º 0.83% 0.55% -
HSV(B) 74.06º 0.81% 0.93% -
XYZ 51.94 71.25 13.4 -
YUV 200.66 39.59 121.11 -
System Red Green Blue C M Y K H S L
Decimal 191 236 44 0.19 0 0.81 0.07 74.06 0.83 0.55
Hex BF EC 2C 13 0 51 7 4A 53 37
Octal 277 354 54 23 0 121 7 112 123 67
Binary 10111111 11101100 101100 10011 0 1010001 111 1001010 1010011 110111

Color Harmonies of #BFEC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC2C

Black with #BFEC2C

Text Example


Text Example

White with #BFEC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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