#BEF85B

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

Shades of Conifer #BEF85B

Tints of Conifer #BEF85B

Color information

#BEF85B (or 0xBEF85B) is unknown color: approx Conifer. HEX triplet: BE, F8 and 5B. RGB value is (190,248,91). Sum of RGB (Red+Green+Blue) = 190+248+91=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF85B is #4107A4. Grayscale: #D5D5D5. Windows color (decimal): -4261797 or 6027454. OLE color: 6027454.

HSL color Cylindrical-coordinate representation of color #BEF85B: hue angle of 82.17º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEF85B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB19024891-
CMYK0.2300.630.03
HSL82.17º91.81%66.47%-
HSV(B)82.17º63.31%97.25%-
XYZ56.6978.8422.13-
YUV212.7659.28111.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 91 (35.94% from 255) = 17.20%
R=35.92%
G=46.88%
B=17.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal190248910.2300.630.0382.1791.8166.47
HexBEF85B1703F3525c42
Octal276370133270773122134102
Binary1011111011111000101101110111011111111101001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF85B; }

 p { color: rgb(190,248,91); }

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

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

 a { background-color: rgb(190,248,91); }

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

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

 span { border-color: rgb(190,248,91); }

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