Html Css Color HEX #BFEC41 Las Palmas

📋 copy color: '#BFEC41'

red 191 ◦ green 236 ◦ blue 65

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

Shades of Las Palmas #BFEC41

Tints of Las Palmas #BFEC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.21%

R = 38.82%
G = 47.97%
B = 13.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#BFEC41 (or 0xBFEC41) is known color: Las Palmas. HEX triplet: BF, EC and 41. RGB value is (191,236,65). Sum of RGB (Red+Green+Blue) = 191+236+65=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC41 is #4013BE. Grayscale: #CBCBCB. Windows color (decimal): -4199359 or 4320447. OLE color: 4320447.

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

Color convert

RGB 191 236 65 -
CMYK 0.19 0 0.72 0.07
HSL 75.79º 0.82% 0.59% -
HSV(B) 75.79º 0.72% 0.93% -
XYZ 52.44 71.45 16.03 -
YUV 203.05 50.09 119.4 -
System Red Green Blue C M Y K H S L
Decimal 191 236 65 0.19 0 0.72 0.07 75.79 0.82 0.59
Hex BF EC 41 13 0 48 7 4C 52 3B
Octal 277 354 101 23 0 110 7 114 122 73
Binary 10111111 11101100 1000001 10011 0 1001000 111 1001100 1010010 111011

Color Harmonies of #BFEC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC41

Black with #BFEC41

Text Example


Text Example

White with #BFEC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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