Html Css Color HEX #BFDF4F Conifer

📋 copy color: '#BFDF4F'

red 191 ◦ green 223 ◦ blue 79

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

Shades of Conifer #BFDF4F

Tints of Conifer #BFDF4F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 38.74%
G = 45.23%
B = 16.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#BFDF4F (or 0xBFDF4F) is known color: Conifer. HEX triplet: BF, DF and 4F. RGB value is (191,223,79). Sum of RGB (Red+Green+Blue) = 191+223+79=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF4F is #4020B0. Grayscale: #C5C5C5. Windows color (decimal): -4202673 or 5234623. OLE color: 5234623.

HSL color Cylindrical-coordinate representation of color #BFDF4F: hue angle of 73.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFDF4F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 79 -
CMYK 0.14 0 0.65 0.13
HSL 73.33º 0.69% 0.59% -
HSV(B) 73.33º 0.65% 0.87% -
XYZ 49.28 64.42 17.23 -
YUV 197.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 191 223 79 0.14 0 0.65 0.13 73.33 0.69 0.59
Hex BF DF 4F E 0 41 D 49 45 3B
Octal 277 337 117 16 0 101 15 111 105 73
Binary 10111111 11011111 1001111 1110 0 1000001 1101 1001001 1000101 111011

Color Harmonies of #BFDF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF4F

Black with #BFDF4F

Text Example


Text Example

White with #BFDF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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