#BEF560

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

Shades of Conifer #BEF560

Tints of Conifer #BEF560

Color information

#BEF560 (or 0xBEF560) is unknown color: approx Conifer. HEX triplet: BE, F5 and 60. RGB value is (190,245,96). Sum of RGB (Red+Green+Blue) = 190+245+96=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF560 is #410A9F. Grayscale: #D4D4D4. Windows color (decimal): -4262560 or 6354366. OLE color: 6354366.

HSL color Cylindrical-coordinate representation of color #BEF560: hue angle of 82.15º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEF560 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB19024596-
CMYK0.2200.610.04
HSL82.15º88.17%66.86%-
HSV(B)82.15º60.82%96.08%-
XYZ5677.123-
YUV211.5762.78112.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 96 (37.89% from 255) = 18.08%
R=35.78%
G=46.14%
B=18.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190245960.2200.610.0482.1588.1766.86
HexBEF5601603D4525843
Octal276365140260754122130103
Binary10111110111101011100000101100111101100101001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF560; }

 p { color: rgb(190,245,96); }

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

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

 a { background-color: rgb(190,245,96); }

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

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

 span { border-color: rgb(190,245,96); }

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