Html Css Color HEX #BFD550 Wild Willow

📋 copy color: '#BFD550'

red 191 ◦ green 213 ◦ blue 80

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

Shades of Wild Willow #BFD550

Tints of Wild Willow #BFD550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 39.46%
G = 44.01%
B = 16.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#BFD550 (or 0xBFD550) is known color: Wild Willow. HEX triplet: BF, D5 and 50. RGB value is (191,213,80). Sum of RGB (Red+Green+Blue) = 191+213+80=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD550 is #402AAF. Grayscale: #BFBFBF. Windows color (decimal): -4205232 or 5297599. OLE color: 5297599.

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

Color convert

RGB 191 213 80 -
CMYK 0.10 0 0.62 0.16
HSL 69.92º 0.61% 0.57% -
HSV(B) 69.92º 0.62% 0.84% -
XYZ 46.73 59.24 16.56 -
YUV 191.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 191 213 80 0.10 0 0.62 0.16 69.92 0.61 0.57
Hex BF D5 50 A 0 3E 10 46 3D 39
Octal 277 325 120 12 0 76 20 106 75 71
Binary 10111111 11010101 1010000 1010 0 111110 10000 1000110 111101 111001

Color Harmonies of #BFD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD550

Black with #BFD550

Text Example


Text Example

White with #BFD550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD550; }

 p { color: rgb(191,213,80); }

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

background-color css

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

 a { background-color: rgb(191,213,80); }

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

border-color css

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

 span { border-color: rgb(191,213,80); }

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