#BFDD28

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

Shades of Fuego #BFDD28

Tints of Fuego #BFDD28

Color information

#BFDD28 (or 0xBFDD28) is unknown color: approx Fuego. HEX triplet: BF, DD and 28. RGB value is (191,221,40). Sum of RGB (Red+Green+Blue) = 191+221+40=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD28 is #4022D7. Grayscale: #C0C0C0. Windows color (decimal): -4203224 or 2678207. OLE color: 2678207.

HSL color Cylindrical-coordinate representation of color #BFDD28: hue angle of 69.94º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFDD28 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB19122140-
CMYK0.1400.820.13
HSL69.94º72.69%51.18%-
HSV(B)69.94º81.9%86.67%-
XYZ47.7362.9411.64-
YUV191.442.56127.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 40 (16.02% from 255) = 8.85%
R=42.26%
G=48.89%
B=8.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191221400.1400.820.1369.9472.6951.18
HexBFDD28E052D464933
Octal277335501601221510611163
Binary1011111111011101101000111001010010110110001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD28; }

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

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

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

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

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

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

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

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