Html Css Color HEX #BFEC31 Las Palmas

📋 copy color: '#BFEC31'

red 191 ◦ green 236 ◦ blue 49

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

Shades of Las Palmas #BFEC31

Tints of Las Palmas #BFEC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.29%

R = 40.13%
G = 49.58%
B = 10.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#BFEC31 (or 0xBFEC31) is known color: Las Palmas. HEX triplet: BF, EC and 31. RGB value is (191,236,49). Sum of RGB (Red+Green+Blue) = 191+236+49=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC31 is #4013CE. Grayscale: #C9C9C9. Windows color (decimal): -4199375 or 3271871. OLE color: 3271871.

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

Color convert

RGB 191 236 49 -
CMYK 0.19 0 0.79 0.07
HSL 74.44º 0.83% 0.56% -
HSV(B) 74.44º 0.79% 0.93% -
XYZ 52.04 71.29 13.92 -
YUV 201.23 42.09 120.71 -
System Red Green Blue C M Y K H S L
Decimal 191 236 49 0.19 0 0.79 0.07 74.44 0.83 0.56
Hex BF EC 31 13 0 4F 7 4A 53 38
Octal 277 354 61 23 0 117 7 112 123 70
Binary 10111111 11101100 110001 10011 0 1001111 111 1001010 1010011 111000

Color Harmonies of #BFEC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC31

Black with #BFEC31

Text Example


Text Example

White with #BFEC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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