#BFD44F

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

Shades of Wild Willow #BFD44F

Tints of Wild Willow #BFD44F

Color information

#BFD44F (or 0xBFD44F) is unknown color: approx Wild Willow. HEX triplet: BF, D4 and 4F. RGB value is (191,212,79). Sum of RGB (Red+Green+Blue) = 191+212+79=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD44F is #402BB0. Grayscale: #BFBFBF. Windows color (decimal): -4205489 or 5231807. OLE color: 5231807.

HSL color Cylindrical-coordinate representation of color #BFD44F: hue angle of 69.47º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFD44F is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB19121279-
CMYK0.1000.630.17
HSL69.47º60.73%57.06%-
HSV(B)69.47º62.74%83.14%-
XYZ46.4458.7316.29-
YUV190.5665.04128.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 79 (31.25% from 255) = 16.39%
R=39.63%
G=43.98%
B=16.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191212790.1000.630.1769.4760.7357.06
HexBFD44FA03F11453d39
Octal27732411712077211057571
Binary1011111111010100100111110100111111100011000101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD44F; }

 p { color: rgb(191,212,79); }

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

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

 a { background-color: rgb(191,212,79); }

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

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

 span { border-color: rgb(191,212,79); }

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