#BEFB56

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

Shades of Conifer #BEFB56

Tints of Conifer #BEFB56

Color information

#BEFB56 (or 0xBEFB56) is unknown color: approx Conifer. HEX triplet: BE, FB and 56. RGB value is (190,251,86). Sum of RGB (Red+Green+Blue) = 190+251+86=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFB56 is #4104A9. Grayscale: #D6D6D6. Windows color (decimal): -4261034 or 5700542. OLE color: 5700542.

HSL color Cylindrical-coordinate representation of color #BEFB56: hue angle of 82.18º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEFB56 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB19025186-
CMYK0.2400.660.02
HSL82.18º95.38%66.08%-
HSV(B)82.18º65.74%98.43%-
XYZ57.4180.6121.34-
YUV213.9555.79110.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 86 (33.98% from 255) = 16.32%
R=36.05%
G=47.63%
B=16.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190251860.2400.660.0282.1895.3866.08
HexBEFB56180422525f42
Octal2763731263001022122137102
Binary10111110111110111010110110000100001010101001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFB56; }

 p { color: rgb(190,251,86); }

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

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

 a { background-color: rgb(190,251,86); }

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

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

 span { border-color: rgb(190,251,86); }

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