Html Css Color HEX #BFDB4E Conifer

📋 copy color: '#BFDB4E'

red 191 ◦ green 219 ◦ blue 78

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

Shades of Conifer #BFDB4E

Tints of Conifer #BFDB4E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

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

R = 39.14%
G = 44.88%
B = 15.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#BFDB4E (or 0xBFDB4E) is known color: Conifer. HEX triplet: BF, DB and 4E. RGB value is (191,219,78). Sum of RGB (Red+Green+Blue) = 191+219+78=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB4E is #4024B1. Grayscale: #C3C3C3. Windows color (decimal): -4203698 or 5168063. OLE color: 5168063.

HSL color Cylindrical-coordinate representation of color #BFDB4E: hue angle of 71.91º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFDB4E is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 219 78 -
CMYK 0.13 0 0.64 0.14
HSL 71.91º 0.66% 0.58% -
HSV(B) 71.91º 0.64% 0.86% -
XYZ 48.19 62.29 16.69 -
YUV 194.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 191 219 78 0.13 0 0.64 0.14 71.91 0.66 0.58
Hex BF DB 4E D 0 40 E 48 42 3A
Octal 277 333 116 15 0 100 16 110 102 72
Binary 10111111 11011011 1001110 1101 0 1000000 1110 1001000 1000010 111010

Color Harmonies of #BFDB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDB4E

Black with #BFDB4E

Text Example


Text Example

White with #BFDB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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