#BEFA61

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

Shades of Conifer #BEFA61

Tints of Conifer #BEFA61

Color information

#BEFA61 (or 0xBEFA61) is unknown color: approx Conifer. HEX triplet: BE, FA and 61. RGB value is (190,250,97). Sum of RGB (Red+Green+Blue) = 190+250+97=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA61 is #41059E. Grayscale: #D7D7D7. Windows color (decimal): -4261279 or 6421182. OLE color: 6421182.

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

Color convert

RGB19025097-
CMYK0.2400.610.02
HSL83.53º93.87%68.04%-
HSV(B)83.53º61.2%98.04%-
XYZ57.5880.1823.75-
YUV214.6261.62110.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 97 (38.28% from 255) = 18.06%
R=35.38%
G=46.55%
B=18.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190250970.2400.610.0283.5393.8768.04
HexBEFA611803D2545e44
Octal276372141300752124136104
Binary1011111011111010110000111000011110110101010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA61; }

 p { color: rgb(190,250,97); }

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

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

 a { background-color: rgb(190,250,97); }

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

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

 span { border-color: rgb(190,250,97); }

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