Html Css Color HEX #BFE529 Fuego

📋 copy color: '#BFE529'

red 191 ◦ green 229 ◦ blue 41

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

Shades of Fuego #BFE529

Tints of Fuego #BFE529

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.67%

 BLUE value IS 41 (16.41% from 255) = 8.89%

R = 41.43%
G = 49.67%
B = 8.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#BFE529 (or 0xBFE529) is known color: Fuego. HEX triplet: BF, E5 and 29. RGB value is (191,229,41). Sum of RGB (Red+Green+Blue) = 191+229+41=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE529 is #401AD6. Grayscale: #C4C4C4. Windows color (decimal): -4201175 or 2745791. OLE color: 2745791.

HSL color Cylindrical-coordinate representation of color #BFE529: hue angle of 72.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFE529 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 41 -
CMYK 0.17 0 0.82 0.10
HSL 72.13º 0.78% 0.53% -
HSV(B) 72.13º 0.82% 0.9% -
XYZ 49.91 67.28 12.45 -
YUV 196.21 40.41 124.29 -
System Red Green Blue C M Y K H S L
Decimal 191 229 41 0.17 0 0.82 0.10 72.13 0.78 0.53
Hex BF E5 29 11 0 52 A 48 4E 35
Octal 277 345 51 21 0 122 12 110 116 65
Binary 10111111 11100101 101001 10001 0 1010010 1010 1001000 1001110 110101

Color Harmonies of #BFE529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE529

Black with #BFE529

Text Example


Text Example

White with #BFE529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE529; }

 p { color: rgb(191,229,41); }

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

background-color css

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

 a { background-color: rgb(191,229,41); }

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

border-color css

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

 span { border-color: rgb(191,229,41); }

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