Html Css Color HEX #BFD84D Conifer

📋 copy color: '#BFD84D'

red 191 ◦ green 216 ◦ blue 77

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

Shades of Conifer #BFD84D

Tints of Conifer #BFD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

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

R = 39.46%
G = 44.63%
B = 15.91%

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

#BFD84D (or 0xBFD84D) is known color: Conifer. HEX triplet: BF, D8 and 4D. RGB value is (191,216,77). Sum of RGB (Red+Green+Blue) = 191+216+77=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD84D is #4027B2. Grayscale: #C1C1C1. Windows color (decimal): -4204467 or 5101759. OLE color: 5101759.

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

Color convert

RGB 191 216 77 -
CMYK 0.12 0 0.64 0.15
HSL 70.79º 0.64% 0.57% -
HSV(B) 70.79º 0.64% 0.85% -
XYZ 47.38 60.72 16.24 -
YUV 192.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 191 216 77 0.12 0 0.64 0.15 70.79 0.64 0.57
Hex BF D8 4D C 0 40 F 47 40 39
Octal 277 330 115 14 0 100 17 107 100 71
Binary 10111111 11011000 1001101 1100 0 1000000 1111 1000111 1000000 111001

Color Harmonies of #BFD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD84D

Black with #BFD84D

Text Example


Text Example

White with #BFD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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