Html Css Color HEX #BFDB4F Conifer

📋 copy color: '#BFDB4F'

red 191 ◦ green 219 ◦ blue 79

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

Shades of Conifer #BFDB4F

Tints of Conifer #BFDB4F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 39.06%
G = 44.79%
B = 16.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#BFDB4F (or 0xBFDB4F) is known color: Conifer. HEX triplet: BF, DB and 4F. RGB value is (191,219,79). Sum of RGB (Red+Green+Blue) = 191+219+79=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 79 (31.25% from 255 or 16.16% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB4F is #4024B0. Grayscale: #C3C3C3. Windows color (decimal): -4203697 or 5233599. OLE color: 5233599.

HSL color Cylindrical-coordinate representation of color #BFDB4F: hue angle of 72º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFDB4F is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 219 79 -
CMYK 0.13 0 0.64 0.14
HSL 72º 0.66% 0.58% -
HSV(B) 72º 0.64% 0.86% -
XYZ 48.23 62.3 16.88 -
YUV 194.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 191 219 79 0.13 0 0.64 0.14 72 0.66 0.58
Hex BF DB 4F D 0 40 E 48 42 3A
Octal 277 333 117 15 0 100 16 110 102 72
Binary 10111111 11011011 1001111 1101 0 1000000 1110 1001000 1000010 111010

Color Harmonies of #BFDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDB4F

Black with #BFDB4F

Text Example


Text Example

White with #BFDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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