Html Css Color HEX #BFE030 Fuego

📋 copy color: '#BFE030'

red 191 ◦ green 224 ◦ blue 48

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

Shades of Fuego #BFE030

Tints of Fuego #BFE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.38%

 BLUE value IS 48 (19.14% from 255) = 10.37%

R = 41.25%
G = 48.38%
B = 10.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#BFE030 (or 0xBFE030) is known color: Fuego. HEX triplet: BF, E0 and 30. RGB value is (191,224,48). Sum of RGB (Red+Green+Blue) = 191+224+48=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE030 is #401FCF. Grayscale: #C2C2C2. Windows color (decimal): -4202448 or 3203263. OLE color: 3203263.

HSL color Cylindrical-coordinate representation of color #BFE030: hue angle of 71.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFE030 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 48 -
CMYK 0.15 0 0.79 0.12
HSL 71.25º 0.74% 0.53% -
HSV(B) 71.25º 0.79% 0.88% -
XYZ 48.68 64.6 12.7 -
YUV 194.07 45.57 125.81 -
System Red Green Blue C M Y K H S L
Decimal 191 224 48 0.15 0 0.79 0.12 71.25 0.74 0.53
Hex BF E0 30 F 0 4F C 47 4A 35
Octal 277 340 60 17 0 117 14 107 112 65
Binary 10111111 11100000 110000 1111 0 1001111 1100 1000111 1001010 110101

Color Harmonies of #BFE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE030

Black with #BFE030

Text Example


Text Example

White with #BFE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE030; }

 p { color: rgb(191,224,48); }

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

background-color css

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

 a { background-color: rgb(191,224,48); }

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

border-color css

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

 span { border-color: rgb(191,224,48); }

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