Html Css Color HEX #BFD64D Conifer

📋 copy color: '#BFD64D'

red 191 ◦ green 214 ◦ blue 77

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

Shades of Conifer #BFD64D

Tints of Conifer #BFD64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.98%

R = 39.63%
G = 44.4%
B = 15.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BFD64D (or 0xBFD64D) is known color: Conifer. HEX triplet: BF, D6 and 4D. RGB value is (191,214,77). Sum of RGB (Red+Green+Blue) = 191+214+77=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD64D is #4029B2. Grayscale: #C0C0C0. Windows color (decimal): -4204979 or 5101247. OLE color: 5101247.

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

Color convert

RGB 191 214 77 -
CMYK 0.11 0 0.64 0.16
HSL 70.07º 0.63% 0.57% -
HSV(B) 70.07º 0.64% 0.84% -
XYZ 46.87 59.71 16.08 -
YUV 191.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 191 214 77 0.11 0 0.64 0.16 70.07 0.63 0.57
Hex BF D6 4D B 0 40 10 46 3F 39
Octal 277 326 115 13 0 100 20 106 77 71
Binary 10111111 11010110 1001101 1011 0 1000000 10000 1000110 111111 111001

Color Harmonies of #BFD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD64D

Black with #BFD64D

Text Example


Text Example

White with #BFD64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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