Html Css Color HEX #BFEB2D Las Palmas

📋 copy color: '#BFEB2D'

red 191 ◦ green 235 ◦ blue 45

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

Shades of Las Palmas #BFEB2D

Tints of Las Palmas #BFEB2D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.89%

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

R = 40.55%
G = 49.89%
B = 9.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#BFEB2D (or 0xBFEB2D) is known color: Las Palmas. HEX triplet: BF, EB and 2D. RGB value is (191,235,45). Sum of RGB (Red+Green+Blue) = 191+235+45=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB2D is #4014D2. Grayscale: #C8C8C8. Windows color (decimal): -4199635 or 3009471. OLE color: 3009471.

HSL color Cylindrical-coordinate representation of color #BFEB2D: hue angle of 73.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFEB2D is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 45 -
CMYK 0.19 0 0.81 0.08
HSL 73.89º 0.83% 0.55% -
HSV(B) 73.89º 0.81% 0.92% -
XYZ 51.67 70.68 13.4 -
YUV 200.18 40.42 121.45 -
System Red Green Blue C M Y K H S L
Decimal 191 235 45 0.19 0 0.81 0.08 73.89 0.83 0.55
Hex BF EB 2D 13 0 51 8 4A 53 37
Octal 277 353 55 23 0 121 10 112 123 67
Binary 10111111 11101011 101101 10011 0 1010001 1000 1001010 1010011 110111

Color Harmonies of #BFEB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB2D

Black with #BFEB2D

Text Example


Text Example

White with #BFEB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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