Html Css Color HEX #BFEC3F Las Palmas

📋 copy color: '#BFEC3F'

red 191 ◦ green 236 ◦ blue 63

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

Shades of Las Palmas #BFEC3F

Tints of Las Palmas #BFEC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.86%

R = 38.98%
G = 48.16%
B = 12.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#BFEC3F (or 0xBFEC3F) is known color: Las Palmas. HEX triplet: BF, EC and 3F. RGB value is (191,236,63). Sum of RGB (Red+Green+Blue) = 191+236+63=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC3F is #4013C0. Grayscale: #CBCBCB. Windows color (decimal): -4199361 or 4189375. OLE color: 4189375.

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

Color convert

RGB 191 236 63 -
CMYK 0.19 0 0.73 0.07
HSL 75.61º 0.82% 0.59% -
HSV(B) 75.61º 0.73% 0.93% -
XYZ 52.38 71.43 15.73 -
YUV 202.82 49.09 119.57 -
System Red Green Blue C M Y K H S L
Decimal 191 236 63 0.19 0 0.73 0.07 75.61 0.82 0.59
Hex BF EC 3F 13 0 49 7 4C 52 3B
Octal 277 354 77 23 0 111 7 114 122 73
Binary 10111111 11101100 111111 10011 0 1001001 111 1001100 1010010 111011

Color Harmonies of #BFEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC3F

Black with #BFEC3F

Text Example


Text Example

White with #BFEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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