#BEF15A

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

Shades of Conifer #BEF15A

Tints of Conifer #BEF15A

Color information

#BEF15A (or 0xBEF15A) is unknown color: approx Conifer. HEX triplet: BE, F1 and 5A. RGB value is (190,241,90). Sum of RGB (Red+Green+Blue) = 190+241+90=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF15A is #410EA5. Grayscale: #D1D1D1. Windows color (decimal): -4263590 or 5960126. OLE color: 5960126.

HSL color Cylindrical-coordinate representation of color #BEF15A: hue angle of 80.26º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEF15A is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB19024190-
CMYK0.2100.630.05
HSL80.26º84.36%64.9%-
HSV(B)80.26º62.66%94.51%-
XYZ54.5474.621.2-
YUV208.5461.1114.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 90 (35.55% from 255) = 17.27%
R=36.47%
G=46.26%
B=17.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190241900.2100.630.0580.2684.3664.9
HexBEF15A1503F5505441
Octal276361132250775120124101
Binary10111110111100011011010101010111111101101000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF15A; }

 p { color: rgb(190,241,90); }

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

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

 a { background-color: rgb(190,241,90); }

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

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

 span { border-color: rgb(190,241,90); }

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