Html Css Color HEX #BFD45F Wild Willow

📋 copy color: '#BFD45F'

red 191 ◦ green 212 ◦ blue 95

#BFD45F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BFD45F

Tints of Wild Willow #BFD45F

RGB

 RED value IS 191 (75% from 255) = 38.35%

 GREEN value IS 212 (83.2% from 255) = 42.57%

 BLUE value IS 95 (37.5% from 255) = 19.08%

R = 38.35%
G = 42.57%
B = 19.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#BFD45F (or 0xBFD45F) is known color: Wild Willow. HEX triplet: BF, D4 and 5F. RGB value is (191,212,95). Sum of RGB (Red+Green+Blue) = 191+212+95=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD45F is #402BA0. Grayscale: #C0C0C0. Windows color (decimal): -4205473 or 6280383. OLE color: 6280383.

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

Color convert

RGB 191 212 95 -
CMYK 0.10 0 0.55 0.17
HSL 70.77º 0.58% 0.6% -
HSV(B) 70.77º 0.55% 0.83% -
XYZ 47.09 58.99 19.73 -
YUV 192.38 73.04 127.01 -
System Red Green Blue C M Y K H S L
Decimal 191 212 95 0.10 0 0.55 0.17 70.77 0.58 0.6
Hex BF D4 5F A 0 37 11 47 3A 3C
Octal 277 324 137 12 0 67 21 107 72 74
Binary 10111111 11010100 1011111 1010 0 110111 10001 1000111 111010 111100

Color Harmonies of #BFD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD45F

Black with #BFD45F

Text Example


Text Example

White with #BFD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD45F; }

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

 H1.HeaderClassName
 {
   color: #BFD45F;
 }
 .AnyTagClassName
 {
   color: #BFD45F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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