#BFE15D

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

Shades of Conifer #BFE15D

Tints of Conifer #BFE15D

Color information

#BFE15D (or 0xBFE15D) is unknown color: approx Conifer. HEX triplet: BF, E1 and 5D. RGB value is (191,225,93). Sum of RGB (Red+Green+Blue) = 191+225+93=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE15D is #401EA2. Grayscale: #C8C8C8. Windows color (decimal): -4202147 or 6152639. OLE color: 6152639.

HSL color Cylindrical-coordinate representation of color #BFE15D: hue angle of 75.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE15D is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB19122593-
CMYK0.1500.590.12
HSL75.45º68.75%62.35%-
HSV(B)75.45º58.67%88.24%-
XYZ50.3965.7220.38-
YUV199.7967.74121.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 225 (88.28% from 255) = 44.20%
BLUE value IS 93 (36.72% from 255) = 18.27%
R=37.52%
G=44.20%
B=18.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191225930.1500.590.1275.4568.7562.35
HexBFE15DF03BC4b453e
Octal277341135170731411310576
Binary1011111111100001101110111110111011110010010111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE15D; }

 p { color: rgb(191,225,93); }

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

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

 a { background-color: rgb(191,225,93); }

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

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

 span { border-color: rgb(191,225,93); }

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