#BDD72D

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

Shades of Fuego #BDD72D

Tints of Fuego #BDD72D

Color information

#BDD72D (or 0xBDD72D) is unknown color: approx Fuego. HEX triplet: BD, D7 and 2D. RGB value is (189,215,45). Sum of RGB (Red+Green+Blue) = 189+215+45=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD72D is #4228D2. Grayscale: #BCBCBC. Windows color (decimal): -4335827 or 3004349. OLE color: 3004349.

HSL color Cylindrical-coordinate representation of color #BDD72D: hue angle of 69.18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDD72D is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB18921545-
CMYK0.1200.790.16
HSL69.18º68%50.98%-
HSV(B)69.18º79.07%84.31%-
XYZ45.7659.6111.58-
YUV187.8547.39128.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 215 (84.38% from 255) = 47.88%
BLUE value IS 45 (17.97% from 255) = 10.02%
R=42.09%
G=47.88%
B=10.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189215450.1200.790.1669.186850.98
HexBDD72DC04F10454433
Octal275327551401172010510463
Binary10111101110101111011011100010011111000010001011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD72D; }

 p { color: rgb(189,215,45); }

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

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

 a { background-color: rgb(189,215,45); }

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

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

 span { border-color: rgb(189,215,45); }

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