#BFE030

Color #BFE030 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BFE030

Tints of Fuego #BFE030

Color information

#BFE030 (or 0xBFE030) is unknown color: approx 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

RGB19122448-
CMYK0.1500.790.12
HSL71.25º73.95%53.33%-
HSV(B)71.25º78.57%87.84%-
XYZ48.6864.612.7-
YUV194.0745.57125.81-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191224480.1500.790.1271.2573.9553.33
HexBFE030F04FC474a35
Octal277340601701171410711265
Binary1011111111100000110000111101001111110010001111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>