Html Css Color HEX #BFD84E Conifer

📋 copy color: '#BFD84E'

red 191 ◦ green 216 ◦ blue 78

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

Shades of Conifer #BFD84E

Tints of Conifer #BFD84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.08%

R = 39.38%
G = 44.54%
B = 16.08%

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

#BFD84E (or 0xBFD84E) is known color: Conifer. HEX triplet: BF, D8 and 4E. RGB value is (191,216,78). Sum of RGB (Red+Green+Blue) = 191+216+78=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD84E is #4027B1. Grayscale: #C1C1C1. Windows color (decimal): -4204466 or 5167295. OLE color: 5167295.

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

Color convert

RGB 191 216 78 -
CMYK 0.12 0 0.64 0.15
HSL 70.87º 0.64% 0.58% -
HSV(B) 70.87º 0.64% 0.85% -
XYZ 47.42 60.74 16.43 -
YUV 192.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 191 216 78 0.12 0 0.64 0.15 70.87 0.64 0.58
Hex BF D8 4E C 0 40 F 47 40 3A
Octal 277 330 116 14 0 100 17 107 100 72
Binary 10111111 11011000 1001110 1100 0 1000000 1111 1000111 1000000 111010

Color Harmonies of #BFD84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD84E

Black with #BFD84E

Text Example


Text Example

White with #BFD84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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