Html Css Color HEX #BFD64F Conifer

📋 copy color: '#BFD64F'

red 191 ◦ green 214 ◦ blue 79

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

Shades of Conifer #BFD64F

Tints of Conifer #BFD64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

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

R = 39.46%
G = 44.21%
B = 16.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#BFD64F (or 0xBFD64F) is known color: Conifer. HEX triplet: BF, D6 and 4F. RGB value is (191,214,79). Sum of RGB (Red+Green+Blue) = 191+214+79=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD64F is #4029B0. Grayscale: #C0C0C0. Windows color (decimal): -4204977 or 5232319. OLE color: 5232319.

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

Color convert

RGB 191 214 79 -
CMYK 0.11 0 0.63 0.16
HSL 70.22º 0.62% 0.57% -
HSV(B) 70.22º 0.63% 0.84% -
XYZ 46.94 59.73 16.45 -
YUV 191.73 64.38 127.48 -
System Red Green Blue C M Y K H S L
Decimal 191 214 79 0.11 0 0.63 0.16 70.22 0.62 0.57
Hex BF D6 4F B 0 3F 10 46 3E 39
Octal 277 326 117 13 0 77 20 106 76 71
Binary 10111111 11010110 1001111 1011 0 111111 10000 1000110 111110 111001

Color Harmonies of #BFD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD64F

Black with #BFD64F

Text Example


Text Example

White with #BFD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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