Html Css Color HEX #BFD94F Conifer

📋 copy color: '#BFD94F'

red 191 ◦ green 217 ◦ blue 79

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

Shades of Conifer #BFD94F

Tints of Conifer #BFD94F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

 BLUE value IS 79 (31.25% from 255) = 16.22%

R = 39.22%
G = 44.56%
B = 16.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#BFD94F (or 0xBFD94F) is known color: Conifer. HEX triplet: BF, D9 and 4F. RGB value is (191,217,79). Sum of RGB (Red+Green+Blue) = 191+217+79=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD94F is #4026B0. Grayscale: #C2C2C2. Windows color (decimal): -4204209 or 5233087. OLE color: 5233087.

HSL color Cylindrical-coordinate representation of color #BFD94F: hue angle of 71.3º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD94F is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 79 -
CMYK 0.12 0 0.64 0.15
HSL 71.3º 0.64% 0.58% -
HSV(B) 71.3º 0.64% 0.85% -
XYZ 47.71 61.27 16.71 -
YUV 193.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 191 217 79 0.12 0 0.64 0.15 71.3 0.64 0.58
Hex BF D9 4F C 0 40 F 47 40 3A
Octal 277 331 117 14 0 100 17 107 100 72
Binary 10111111 11011001 1001111 1100 0 1000000 1111 1000111 1000000 111010

Color Harmonies of #BFD94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD94F

Black with #BFD94F

Text Example


Text Example

White with #BFD94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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