Html Css Color HEX #BFD470 Wild Willow

📋 copy color: '#BFD470'

red 191 ◦ green 212 ◦ blue 112

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

Shades of Wild Willow #BFD470

Tints of Wild Willow #BFD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 37.09%
G = 41.17%
B = 21.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#BFD470 (or 0xBFD470) is known color: Wild Willow. HEX triplet: BF, D4 and 70. RGB value is (191,212,112). Sum of RGB (Red+Green+Blue) = 191+212+112=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD470 is #402B8F. Grayscale: #C2C2C2. Windows color (decimal): -4205456 or 7394495. OLE color: 7394495.

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

Color convert

RGB 191 212 112 -
CMYK 0.10 0 0.47 0.17
HSL 72.6º 0.54% 0.64% -
HSV(B) 72.6º 0.47% 0.83% -
XYZ 47.95 59.33 24.25 -
YUV 194.32 81.54 125.63 -
System Red Green Blue C M Y K H S L
Decimal 191 212 112 0.10 0 0.47 0.17 72.6 0.54 0.64
Hex BF D4 70 A 0 2F 11 49 36 40
Octal 277 324 160 12 0 57 21 111 66 100
Binary 10111111 11010100 1110000 1010 0 101111 10001 1001001 110110 1000000

Color Harmonies of #BFD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD470

Black with #BFD470

Text Example


Text Example

White with #BFD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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