#BEFC4E

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

Shades of Conifer #BEFC4E

Tints of Conifer #BEFC4E

Color information

#BEFC4E (or 0xBEFC4E) is unknown color: approx Conifer. HEX triplet: BE, FC and 4E. RGB value is (190,252,78). Sum of RGB (Red+Green+Blue) = 190+252+78=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC4E is #4103B1. Grayscale: #D6D6D6. Windows color (decimal): -4260786 or 5176510. OLE color: 5176510.

HSL color Cylindrical-coordinate representation of color #BEFC4E: hue angle of 81.38º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEFC4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB19025278-
CMYK0.2500.690.01
HSL81.38º96.67%64.71%-
HSV(B)81.38º69.05%98.82%-
XYZ57.4281.1219.84-
YUV213.6351.46111.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 252 (98.83% from 255) = 48.46%
BLUE value IS 78 (30.86% from 255) = 15%
R=36.54%
G=48.46%
B=15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190252780.2500.690.0181.3896.6764.71
HexBEFC4E190451516141
Octal2763741163101051121141101
Binary1011111011111100100111011001010001011101000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC4E; }

 p { color: rgb(190,252,78); }

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

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

 a { background-color: rgb(190,252,78); }

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

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

 span { border-color: rgb(190,252,78); }

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