Html Css Color HEX #BFE528 Fuego

📋 copy color: '#BFE528'

red 191 ◦ green 229 ◦ blue 40

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

Shades of Fuego #BFE528

Tints of Fuego #BFE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 41.52%
G = 49.78%
B = 8.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#BFE528 (or 0xBFE528) is known color: Fuego. HEX triplet: BF, E5 and 28. RGB value is (191,229,40). Sum of RGB (Red+Green+Blue) = 191+229+40=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE528 is #401AD7. Grayscale: #C4C4C4. Windows color (decimal): -4201176 or 2680255. OLE color: 2680255.

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

Color convert

RGB 191 229 40 -
CMYK 0.17 0 0.83 0.10
HSL 72.06º 0.78% 0.53% -
HSV(B) 72.06º 0.83% 0.9% -
XYZ 49.89 67.27 12.36 -
YUV 196.09 39.91 124.37 -
System Red Green Blue C M Y K H S L
Decimal 191 229 40 0.17 0 0.83 0.10 72.06 0.78 0.53
Hex BF E5 28 11 0 53 A 48 4E 35
Octal 277 345 50 21 0 123 12 110 116 65
Binary 10111111 11100101 101000 10001 0 1010011 1010 1001000 1001110 110101

Color Harmonies of #BFE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE528

Black with #BFE528

Text Example


Text Example

White with #BFE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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