#BEFA5F

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

Shades of Conifer #BEFA5F

Tints of Conifer #BEFA5F

Color information

#BEFA5F (or 0xBEFA5F) is unknown color: approx Conifer. HEX triplet: BE, FA and 5F. RGB value is (190,250,95). Sum of RGB (Red+Green+Blue) = 190+250+95=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 95 (37.5% from 255 or 17.76% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA5F is #4105A0. Grayscale: #D6D6D6. Windows color (decimal): -4261281 or 6290110. OLE color: 6290110.

HSL color Cylindrical-coordinate representation of color #BEFA5F: hue angle of 83.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEFA5F is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB19025095-
CMYK0.2400.620.02
HSL83.23º93.94%67.65%-
HSV(B)83.23º62%98.04%-
XYZ57.4980.1423.27-
YUV214.3960.62110.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 250 (98.05% from 255) = 46.73%
BLUE value IS 95 (37.5% from 255) = 17.76%
R=35.51%
G=46.73%
B=17.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190250950.2400.620.0283.2393.9467.65
HexBEFA5F1803E2535e44
Octal276372137300762123136104
Binary1011111011111010101111111000011111010101001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA5F; }

 p { color: rgb(190,250,95); }

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

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

 a { background-color: rgb(190,250,95); }

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

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

 span { border-color: rgb(190,250,95); }

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