Html Css Color HEX #BFE52D Fuego

📋 copy color: '#BFE52D'

red 191 ◦ green 229 ◦ blue 45

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

Shades of Fuego #BFE52D

Tints of Fuego #BFE52D

RGB

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

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

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

R = 41.08%
G = 49.25%
B = 9.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#BFE52D (or 0xBFE52D) is known color: Fuego. HEX triplet: BF, E5 and 2D. RGB value is (191,229,45). Sum of RGB (Red+Green+Blue) = 191+229+45=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE52D is #401AD2. Grayscale: #C5C5C5. Windows color (decimal): -4201171 or 3007935. OLE color: 3007935.

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

Color convert

RGB 191 229 45 -
CMYK 0.17 0 0.80 0.10
HSL 72.39º 0.78% 0.54% -
HSV(B) 72.39º 0.8% 0.9% -
XYZ 49.98 67.3 12.84 -
YUV 196.66 42.41 123.96 -
System Red Green Blue C M Y K H S L
Decimal 191 229 45 0.17 0 0.80 0.10 72.39 0.78 0.54
Hex BF E5 2D 11 0 50 A 48 4E 36
Octal 277 345 55 21 0 120 12 110 116 66
Binary 10111111 11100101 101101 10001 0 1010000 1010 1001000 1001110 110110

Color Harmonies of #BFE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE52D

Black with #BFE52D

Text Example


Text Example

White with #BFE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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