Html Css Color HEX #BDD45F Wild Willow

📋 copy color: '#BDD45F'

red 189 ◦ green 212 ◦ blue 95

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

Shades of Wild Willow #BDD45F

Tints of Wild Willow #BDD45F

RGB

 RED value IS 189 (74.22% from 255) = 38.1%

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

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

R = 38.1%
G = 42.74%
B = 19.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#BDD45F (or 0xBDD45F) is known color: Wild Willow. HEX triplet: BD, D4 and 5F. RGB value is (189,212,95). Sum of RGB (Red+Green+Blue) = 189+212+95=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD45F is #422BA0. Grayscale: #C0C0C0. Windows color (decimal): -4336545 or 6280381. OLE color: 6280381.

HSL color Cylindrical-coordinate representation of color #BDD45F: hue angle of 71.79º 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 #BDD45F is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 95 -
CMYK 0.11 0 0.55 0.17
HSL 71.79º 0.58% 0.6% -
HSV(B) 71.79º 0.55% 0.83% -
XYZ 46.6 58.73 19.71 -
YUV 191.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 189 212 95 0.11 0 0.55 0.17 71.79 0.58 0.6
Hex BD D4 5F B 0 37 11 48 3A 3C
Octal 275 324 137 13 0 67 21 110 72 74
Binary 10111101 11010100 1011111 1011 0 110111 10001 1001000 111010 111100

Color Harmonies of #BDD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD45F

Black with #BDD45F

Text Example


Text Example

White with #BDD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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