#BFD54E

Color #BFD54E Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BFD54E

Tints of Conifer #BFD54E

Color information

#BFD54E (or 0xBFD54E) is unknown color: approx Conifer. HEX triplet: BF, D5 and 4E. RGB value is (191,213,78). Sum of RGB (Red+Green+Blue) = 191+213+78=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD54E is #402AB1. Grayscale: #BFBFBF. Windows color (decimal): -4205234 or 5166527. OLE color: 5166527.

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

Color convert

RGB19121378-
CMYK0.1000.630.16
HSL69.78º61.64%57.06%-
HSV(B)69.78º63.38%83.53%-
XYZ46.6659.2116.18-
YUV191.0364.21127.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 78 (30.86% from 255) = 16.18%
R=39.63%
G=44.19%
B=16.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191213780.1000.630.1669.7861.6457.06
HexBFD54EA03F10463e39
Octal27732511612077201067671
Binary1011111111010101100111010100111111100001000110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD54E; }

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

 H1.HeaderClassName
 {
   color: #BFD54E;
 }
 .AnyTagClassName
 {
   color: #BFD54E;
 }
</style>
background-color css

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

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

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

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

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

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