#BFE04F

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

Shades of Conifer #BFE04F

Tints of Conifer #BFE04F

Color information

#BFE04F (or 0xBFE04F) is unknown color: approx Conifer. HEX triplet: BF, E0 and 4F. RGB value is (191,224,79). Sum of RGB (Red+Green+Blue) = 191+224+79=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE04F is #401FB0. Grayscale: #C6C6C6. Windows color (decimal): -4202417 or 5234879. OLE color: 5234879.

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

Color convert

RGB19122479-
CMYK0.1500.650.12
HSL73.66º70.05%59.41%-
HSV(B)73.66º64.73%87.84%-
XYZ49.5564.9517.32-
YUV197.661.07123.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 79 (31.25% from 255) = 15.99%
R=38.66%
G=45.34%
B=15.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal191224790.1500.650.1273.6670.0559.41
HexBFE04FF041C4a463b
Octal2773401171701011411210673
Binary10111111111000001001111111101000001110010010101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE04F; }

 p { color: rgb(191,224,79); }

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

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

 a { background-color: rgb(191,224,79); }

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

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

 span { border-color: rgb(191,224,79); }

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