Html Css Color HEX #BFD52F Fuego

📋 copy color: '#BFD52F'

red 191 ◦ green 213 ◦ blue 47

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

Shades of Fuego #BFD52F

Tints of Fuego #BFD52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.23%

 BLUE value IS 47 (18.75% from 255) = 10.42%

R = 42.35%
G = 47.23%
B = 10.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#BFD52F (or 0xBFD52F) is known color: Fuego. HEX triplet: BF, D5 and 2F. RGB value is (191,213,47). Sum of RGB (Red+Green+Blue) = 191+213+47=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD52F is #402AD0. Grayscale: #BCBCBC. Windows color (decimal): -4205265 or 3134911. OLE color: 3134911.

HSL color Cylindrical-coordinate representation of color #BFD52F: hue angle of 67.95º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFD52F is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 47 -
CMYK 0.10 0 0.78 0.16
HSL 67.95º 0.66% 0.51% -
HSV(B) 67.95º 0.78% 0.84% -
XYZ 45.79 58.87 11.64 -
YUV 187.5 48.71 130.5 -
System Red Green Blue C M Y K H S L
Decimal 191 213 47 0.10 0 0.78 0.16 67.95 0.66 0.51
Hex BF D5 2F A 0 4E 10 44 42 33
Octal 277 325 57 12 0 116 20 104 102 63
Binary 10111111 11010101 101111 1010 0 1001110 10000 1000100 1000010 110011

Color Harmonies of #BFD52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD52F

Black with #BFD52F

Text Example


Text Example

White with #BFD52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD52F; }

 p { color: rgb(191,213,47); }

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

background-color css

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

 a { background-color: rgb(191,213,47); }

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

border-color css

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

 span { border-color: rgb(191,213,47); }

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