#BEF162

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

Shades of Conifer #BEF162

Tints of Conifer #BEF162

Color information

#BEF162 (or 0xBEF162) is unknown color: approx Conifer. HEX triplet: BE, F1 and 62. RGB value is (190,241,98). Sum of RGB (Red+Green+Blue) = 190+241+98=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF162 is #410E9D. Grayscale: #D1D1D1. Windows color (decimal): -4263582 or 6484414. OLE color: 6484414.

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

Color convert

RGB19024198-
CMYK0.2100.590.05
HSL81.4º83.63%66.47%-
HSV(B)81.4º59.34%94.51%-
XYZ54.974.7423.09-
YUV209.4565.1114.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 98 (38.67% from 255) = 18.53%
R=35.92%
G=45.56%
B=18.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190241980.2100.590.0581.483.6366.47
HexBEF1621503B5515442
Octal276361142250735121124102
Binary10111110111100011100010101010111011101101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF162; }

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

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

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

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

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

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

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

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