Html Css Color HEX #BFEC42 Las Palmas

📋 copy color: '#BFEC42'

red 191 ◦ green 236 ◦ blue 66

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

Shades of Las Palmas #BFEC42

Tints of Las Palmas #BFEC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.39%

R = 38.74%
G = 47.87%
B = 13.39%

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

#BFEC42 (or 0xBFEC42) is known color: Las Palmas. HEX triplet: BF, EC and 42. RGB value is (191,236,66). Sum of RGB (Red+Green+Blue) = 191+236+66=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC42 is #4013BD. Grayscale: #CBCBCB. Windows color (decimal): -4199358 or 4385983. OLE color: 4385983.

HSL color Cylindrical-coordinate representation of color #BFEC42: hue angle of 75.88º 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 #BFEC42 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 66 -
CMYK 0.19 0 0.72 0.07
HSL 75.88º 0.82% 0.59% -
HSV(B) 75.88º 0.72% 0.93% -
XYZ 52.46 71.46 16.18 -
YUV 203.17 50.59 119.32 -
System Red Green Blue C M Y K H S L
Decimal 191 236 66 0.19 0 0.72 0.07 75.88 0.82 0.59
Hex BF EC 42 13 0 48 7 4C 52 3B
Octal 277 354 102 23 0 110 7 114 122 73
Binary 10111111 11101100 1000010 10011 0 1001000 111 1001100 1010010 111011

Color Harmonies of #BFEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC42

Black with #BFEC42

Text Example


Text Example

White with #BFEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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