Html Css Color HEX #BFDF4C Conifer

📋 copy color: '#BFDF4C'

red 191 ◦ green 223 ◦ blue 76

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

Shades of Conifer #BFDF4C

Tints of Conifer #BFDF4C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 76 (30.08% from 255) = 15.51%

R = 38.98%
G = 45.51%
B = 15.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#BFDF4C (or 0xBFDF4C) is known color: Conifer. HEX triplet: BF, DF and 4C. RGB value is (191,223,76). Sum of RGB (Red+Green+Blue) = 191+223+76=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF4C is #4020B3. Grayscale: #C5C5C5. Windows color (decimal): -4202676 or 5038015. OLE color: 5038015.

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

Color convert

RGB 191 223 76 -
CMYK 0.14 0 0.66 0.13
HSL 73.06º 0.7% 0.59% -
HSV(B) 73.06º 0.66% 0.87% -
XYZ 49.18 64.37 16.67 -
YUV 196.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 191 223 76 0.14 0 0.66 0.13 73.06 0.7 0.59
Hex BF DF 4C E 0 42 D 49 46 3B
Octal 277 337 114 16 0 102 15 111 106 73
Binary 10111111 11011111 1001100 1110 0 1000010 1101 1001001 1000110 111011

Color Harmonies of #BFDF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF4C

Black with #BFDF4C

Text Example


Text Example

White with #BFDF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF4C; }

 p { color: rgb(191,223,76); }

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

background-color css

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

 a { background-color: rgb(191,223,76); }

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

border-color css

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

 span { border-color: rgb(191,223,76); }

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