#BFD61E

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

Shades of Fuego #BFD61E

Tints of Fuego #BFD61E

Color information

#BFD61E (or 0xBFD61E) is unknown color: approx Fuego. HEX triplet: BF, D6 and 1E. RGB value is (191,214,30). Sum of RGB (Red+Green+Blue) = 191+214+30=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD61E is #4029E1. Grayscale: #BABABA. Windows color (decimal): -4205026 or 2021055. OLE color: 2021055.

HSL color Cylindrical-coordinate representation of color #BFD61E: hue angle of 67.5º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFD61E is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB19121430-
CMYK0.1100.860.16
HSL67.5º75.41%47.84%-
HSV(B)67.5º85.98%83.92%-
XYZ45.7759.2610.26-
YUV186.1539.88131.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 30 (12.11% from 255) = 6.90%
R=43.91%
G=49.20%
B=6.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191214300.1100.860.1667.575.4147.84
HexBFD61EB05610444b30
Octal277326361301262010411360
Binary1011111111010110111101011010101101000010001001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD61E; }

 p { color: rgb(191,214,30); }

 H1.HeaderClassName
 {
   color: #BFD61E;
 }
 .AnyTagClassName
 {
   color: #BFD61E;
 }
</style>
background-color css

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

 a { background-color: rgb(191,214,30); }

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

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

 span { border-color: rgb(191,214,30); }

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