#BEF154

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

Shades of Conifer #BEF154

Tints of Conifer #BEF154

Color information

#BEF154 (or 0xBEF154) is unknown color: approx Conifer. HEX triplet: BE, F1 and 54. RGB value is (190,241,84). Sum of RGB (Red+Green+Blue) = 190+241+84=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF154 is #410EAB. Grayscale: #D0D0D0. Windows color (decimal): -4263596 or 5566910. OLE color: 5566910.

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

Color convert

RGB19024184-
CMYK0.2100.650.05
HSL79.49º84.86%63.73%-
HSV(B)79.49º65.15%94.51%-
XYZ54.2974.519.91-
YUV207.8558.1115.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 84 (33.20% from 255) = 16.31%
R=36.89%
G=46.80%
B=16.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190241840.2100.650.0579.4984.8663.73
HexBEF1541504154f5540
Octal2763611242501015117125100
Binary101111101111000110101001010101000001101100111110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF154; }

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

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

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

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

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

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

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

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