Html Css Color HEX #BFEC2D Las Palmas

📋 copy color: '#BFEC2D'

red 191 ◦ green 236 ◦ blue 45

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

Shades of Las Palmas #BFEC2D

Tints of Las Palmas #BFEC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.53%

R = 40.47%
G = 50%
B = 9.53%

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

#BFEC2D (or 0xBFEC2D) is known color: Las Palmas. HEX triplet: BF, EC and 2D. RGB value is (191,236,45). Sum of RGB (Red+Green+Blue) = 191+236+45=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC2D is #4013D2. Grayscale: #C9C9C9. Windows color (decimal): -4199379 or 3009727. OLE color: 3009727.

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

Color convert

RGB 191 236 45 -
CMYK 0.19 0 0.81 0.07
HSL 74.14º 0.83% 0.55% -
HSV(B) 74.14º 0.81% 0.93% -
XYZ 51.95 71.26 13.5 -
YUV 200.77 40.09 121.03 -
System Red Green Blue C M Y K H S L
Decimal 191 236 45 0.19 0 0.81 0.07 74.14 0.83 0.55
Hex BF EC 2D 13 0 51 7 4A 53 37
Octal 277 354 55 23 0 121 7 112 123 67
Binary 10111111 11101100 101101 10011 0 1010001 111 1001010 1010011 110111

Color Harmonies of #BFEC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC2D

Black with #BFEC2D

Text Example


Text Example

White with #BFEC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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